余额购买

This commit is contained in:
wanyongkang
2020-10-08 17:49:50 +08:00
parent d318014316
commit 6e14df3392
2 changed files with 4 additions and 4 deletions

View File

@@ -543,7 +543,7 @@
if (!this.checkOneAccount() || !this.checkOnePwd()) return;
if (this.OnePayAmount > 0 ) {
if (this.OneBuyModel.UseAccountAmount){
alert('余额不足,请充值');return;
alert('余额不足,请充值。您也可以使用微信、支付宝支付。');return;
}
}
var that = this;
@@ -581,7 +581,7 @@
var that = this;
if (this.OnePayAmount > 0 ) {
if (this.MoreBuyModel.UseAccountAmount){
alert('余额不足,请充值');return;
alert('余额不足,请充值。您也可以使用微信、支付宝支付。');return;
}
}
if (this.MoreBuyModel.UseAccountAmount === true) this.MoreBuyModel.UseAccountAmount = 1;

View File

@@ -607,7 +607,7 @@
if (!this.checkOneAccount() || !this.checkOnePwd()) return;
if (this.OnePayAmount > 0 ) {
if (this.OneBuyModel.UseAccountAmount){
alert('余额不足,请充值');return;
alert('余额不足,请充值。您也可以使用微信、支付宝支付。');return;
}
}
var that = this;
@@ -645,7 +645,7 @@
var that = this;
if (this.MorePayAmount > 0 ) {
if (this.MoreBuyModel.UseAccountAmount){
alert('余额不足,请充值');return;
alert('余额不足,请充值。您也可以使用微信、支付宝支付。');return;
}
}
if (this.MoreBuyModel.UseAccountAmount === true) this.MoreBuyModel.UseAccountAmount = 1;