瀏覽代碼

缴费的校验提示

西昌缴费二期
杨晓琪 2 年之前
父節點
當前提交
39f31fabc6
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. +1
    -1
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/StuInfoBasic_PayFee/PayFee/single.vue
  2. +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 查看文件

@@ -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 查看文件

@@ -226,7 +226,7 @@ export default{
list.push(entity)
})
if (isNull) {
this.TOAST("[本次实缴]金额为空或错误!请检查并填写。");
this.TOAST("[本次实缴]金额为空或错误!最多两位小数。");
return;
}
if(Number(this.payfeetotal) == 0){


Loading…
取消
儲存