Ver código fonte

考勤打卡

黑龙江艺术高中职
yxq 1 mês atrás
pai
commit
25b381ee1a
1 arquivos alterados com 12 adições e 10 exclusões
  1. +12
    -10
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/AttendanceCard/list.vue

+ 12
- 10
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/AttendanceCard/list.vue Ver arquivo

@@ -106,6 +106,8 @@
this.timer2 = setTimeout(()=>{
this.TOAST('打卡超时!请重新进入页面')
setTimeout(()=>{
this.timer&&clearInterval(this.timer)
this.timer1&&clearInterval(this.timer1)
this.TAB_TO('/pages/home')
},1000)
},60000)
@@ -181,16 +183,16 @@
if(!this.postData.ClockPlace){
return true
}
// 获取定位信息成功,开始定时
this.timer1 = setInterval(async ()=>{
if(this.isGetingLocal)return
if(!this.postData.ClockPlace){
clearInterval(this.timer1)
}
this.isGetingLocal = true
await this.updatePageInfo()
this.isGetingLocal = false
},3000)
// // 获取定位信息成功,开始定时
// this.timer1 = setInterval(async ()=>{
// if(this.isGetingLocal)return
// if(!this.postData.ClockPlace){
// clearInterval(this.timer1)
// }
// this.isGetingLocal = true
// await this.updatePageInfo()
// this.isGetingLocal = false
// },3000)
return true
},
//获取当前时间


Carregando…
Cancelar
Salvar