version3
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user