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
缴费的校验提示
西昌缴费二期
杨晓琪
2 years ago
parent
ca785b64f7
commit
39f31fabc6
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/StuInfoBasic_PayFee/PayFee/single.vue
+1
-1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/StuInfoFresh/PayFee/single.vue
+ 1
- 1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/StuInfoBasic_PayFee/PayFee/single.vue
View File
@@ -226,7 +226,7 @@ export default{
list.push(entity)
})
if (isNull) {
this.TOAST("[本次实缴]金额为空或错误!
请检查并填写
。");
this.TOAST("[本次实缴]金额为空或错误!
最多两位小数
。");
return;
}
if(Number(this.payfeetotal) == 0){
+ 1
- 1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/StuInfoFresh/PayFee/single.vue
View File
@@ -226,7 +226,7 @@ export default{
list.push(entity)
})
if (isNull) {
this.TOAST("[本次实缴]金额为空或错误!
请检查并填写
。");
this.TOAST("[本次实缴]金额为空或错误!
最多两位小数
。");
return;
}
if(Number(this.payfeetotal) == 0){
Write
Preview
Loading…
Cancel
Save