|
|
@@ -103,14 +103,14 @@ |
|
|
|
}, |
|
|
|
|
|
|
|
async onLoad() { |
|
|
|
this.timer2 = setTimeout(()=>{ |
|
|
|
this.TOAST('打卡超时!请重新进入页面') |
|
|
|
setTimeout(()=>{ |
|
|
|
this.timer&&clearInterval(this.timer) |
|
|
|
this.timer1&&clearInterval(this.timer1) |
|
|
|
this.TAB_TO('/pages/home') |
|
|
|
},1000) |
|
|
|
},60000) |
|
|
|
// this.timer2 = setTimeout(()=>{ |
|
|
|
// this.TOAST('打卡超时!请重新进入页面') |
|
|
|
// setTimeout(()=>{ |
|
|
|
// this.timer&&clearInterval(this.timer) |
|
|
|
// this.timer1&&clearInterval(this.timer1) |
|
|
|
// this.TAB_TO('/pages/home') |
|
|
|
// },1000) |
|
|
|
// },60000) |
|
|
|
await this.init() |
|
|
|
}, |
|
|
|
|
|
|
|