Browse Source

Merge branch '黑龙江艺术高中职' of http://123.57.209.16:3000/bjquanjiang/DigitalScholl into 黑龙江艺术高中职

黑艺新账号
北京泉江 1 year ago
parent
commit
93c4bf29fa
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