Browse Source

考勤打卡

黑龙江艺术高中职
yxq 1 month ago
parent
commit
b37764bdf8
1 changed files with 8 additions and 8 deletions
  1. +8
    -8
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/AttendanceCard/list.vue

+ 8
- 8
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/AttendanceCard/list.vue View File

@@ -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()
},



Loading…
Cancel
Save