mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 15:29:37 +08:00
去掉自动关闭
去掉自动关闭
This commit is contained in:
parent
b72e9574e7
commit
e6364b71b2
@ -90,15 +90,15 @@ Page({
|
||||
}).then(() => {
|
||||
// on close
|
||||
})
|
||||
let count = 5
|
||||
const countdown = setInterval(() => {
|
||||
if (count > 0) {
|
||||
count--;
|
||||
} else {
|
||||
Dialog.close()
|
||||
clearInterval(countdown);
|
||||
}
|
||||
}, 1000)
|
||||
// let count = 5
|
||||
// const countdown = setInterval(() => {
|
||||
// if (count > 0) {
|
||||
// count--;
|
||||
// } else {
|
||||
// Dialog.close()
|
||||
// clearInterval(countdown);
|
||||
// }
|
||||
// }, 1000)
|
||||
|
||||
let _this = this
|
||||
let userDetail = wx.getStorageSync('user')
|
||||
|
Loading…
x
Reference in New Issue
Block a user