余额购买
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user