diff --git a/Host/Views.Mobile/Product/buy.cshtml b/Host/Views.Mobile/Product/buy.cshtml index 45117de..49567c6 100644 --- a/Host/Views.Mobile/Product/buy.cshtml +++ b/Host/Views.Mobile/Product/buy.cshtml @@ -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; diff --git a/Host/Views/Product/buy.cshtml b/Host/Views/Product/buy.cshtml index 2436536..0b9ea89 100644 --- a/Host/Views/Product/buy.cshtml +++ b/Host/Views/Product/buy.cshtml @@ -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;