diff --git a/miniprogram/pages/meeting/index/index.js b/miniprogram/pages/meeting/index/index.js index 8d9790d..72d9ef8 100644 --- a/miniprogram/pages/meeting/index/index.js +++ b/miniprogram/pages/meeting/index/index.js @@ -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')