This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bjquanjiang
/
DigitalScholl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
app考勤打卡人脸识别联调
黑艺新账号
yxq
1 year ago
parent
dffb92670d
commit
44bcb6bcda
2 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/AttendanceCard/single_zc.vue
+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()
},
5
00)
},
12
00)
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()
},
5
00)
},
12
00)
return
}
this.TOAST('打卡成功', 'success')
Write
Preview
Loading…
Cancel
Save