Browse Source

app考勤打卡人脸识别联调

黑艺新账号
yxq 1 year ago
parent
commit
44bcb6bcda
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/AttendanceCard/single_zc.vue
  2. +2
    -2
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/AttendanceCardTeacher/single_zc.vue

+ 2
- 2
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/AttendanceCard/single_zc.vue View File

@@ -149,10 +149,10 @@
this.HTTP_POST('learun/adms/attendance/clockin', JSON.stringify(strEntity), '打卡失败').then(success => {
this.HIDE_LOADING()
if (!success) {
this.TOAST('打卡失败')
// this.TOAST('打卡失败')
setTimeout(()=>{
this.NAV_BACK()
},500)
},1200)
return
}
this.TOAST('打卡成功', 'success')


+ 2
- 2
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/AttendanceCardTeacher/single_zc.vue View File

@@ -149,10 +149,10 @@
this.HTTP_POST('learun/adms/attendance/clockinTeacher', JSON.stringify(strEntity), '打卡失败').then(success => {
this.HIDE_LOADING()
if (!success) {
this.TOAST('打卡失败')
// this.TOAST('打卡失败')
setTimeout(()=>{
this.NAV_BACK()
},500)
},1200)
return
}
this.TOAST('打卡成功', 'success')


Loading…
Cancel
Save