This commit is contained in:
Anfioo
2025-12-09 22:27:35 +08:00
parent 7dc18067ac
commit 950d8db10b
372 changed files with 931 additions and 900 deletions

View File

@@ -314,7 +314,7 @@
{
limit: "required",
param: "",
errInfo: "支付方式不能为空"
errInfo: vc.i18n('支付方式不能为空','payFeeOrder')
}
],
'payFeeOrderInfo.receivedAmount': [
@@ -396,7 +396,7 @@
}
// 新增缴费周期必选项
if ($that.payFeeOrderInfo.tempCycles == "") {
vc.toast("请选择缴费周期");
vc.toast(vc.i18n('请选择缴费周期','payFeeOrder'));
return;
}
if (!$that.payFeeValidate()) {