@@ -121,6 +121,7 @@
}
},
gotoHome() {
+ clearInterval(this.countDownTimer)
uni.switchTab({
url: '/pages/home/home'
})