From 6e14df33925ef964c9017ce4a704e529ac08e680 Mon Sep 17 00:00:00 2001 From: wanyongkang <937888580@qq.com> Date: Thu, 8 Oct 2020 17:49:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=99=E9=A2=9D=E8=B4=AD=E4=B9=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Host/Views.Mobile/Product/buy.cshtml | 4 ++-- Host/Views/Product/buy.cshtml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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;