diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/StuInfoBasic_PayFee/PayFee/single.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/StuInfoBasic_PayFee/PayFee/single.vue index 2adc2ddf4..c7f473bec 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/StuInfoBasic_PayFee/PayFee/single.vue +++ b/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){ diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/StuInfoFresh/PayFee/single.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/StuInfoFresh/PayFee/single.vue index 0fb7ce8e4..d96927cce 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/StuInfoFresh/PayFee/single.vue +++ b/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){