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
Merge branch '黑龙江艺术高中职' of
http://123.57.209.16:3000/bjquanjiang/DigitalScholl
into 黑龙江艺术高中职
黑艺新账号
北京泉江
1 year ago
parent
4e8592ac30
44bcb6bcda
commit
93c4bf29fa
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