diff --git a/Host/Views.Mobile/Product/buy.cshtml b/Host/Views.Mobile/Product/buy.cshtml index 18af9b6..97cb91b 100644 --- a/Host/Views.Mobile/Product/buy.cshtml +++ b/Host/Views.Mobile/Product/buy.cshtml @@ -197,7 +197,7 @@

每隔30天淘宝下单可获得一张优惠券

{{Tip}}

- +
@@ -319,7 +319,7 @@

每隔30天淘宝下单可获得一张优惠券

{{Tip}}

- +
@@ -555,6 +555,7 @@ return true; }, onePay: function () { + $(".pay-botton").hide(); this.OneBuyModel.ConnectCount = parseInt(this.OneBuyModel.ConnectCount) if (!this.isNum(this.OneBuyModel.ConnectCount)) return; if (!this.checkOneAccount() || !this.checkOnePwd()) return; @@ -595,6 +596,7 @@ }); }, morePay: function () { + $(".pay-botton").hide(); this.MoreBuyModel.ConnectCount = parseInt(this.MoreBuyModel.ConnectCount) if (!this.isNum(this.MoreBuyModel.ConnectCount)) return; if (!this.checkMoreAccount() || !this.checkMorePwd() || this.MoreBuyModel.MaxPostfix>500) return; diff --git a/Host/Views.Mobile/Product/rebuy.cshtml b/Host/Views.Mobile/Product/rebuy.cshtml index 1737913..c6267e2 100644 --- a/Host/Views.Mobile/Product/rebuy.cshtml +++ b/Host/Views.Mobile/Product/rebuy.cshtml @@ -152,7 +152,7 @@

每隔30天淘宝下单可获得一张优惠券

{{Tip}}

- +
@@ -259,6 +259,7 @@ }) }, onePay: function () { + $(".pay-botton").hide(); if (this.OneBuyModel.UseAccountAmount) { if (this.RestAmount < this.PayAmount){ alert('余额不足,请充值。您也可以使用微信、支付宝支付。');return; diff --git a/Host/Views/Product/buy.cshtml b/Host/Views/Product/buy.cshtml index 0411a8f..5e0534c 100644 --- a/Host/Views/Product/buy.cshtml +++ b/Host/Views/Product/buy.cshtml @@ -220,7 +220,7 @@

{{Tip}}

-

+

@@ -363,7 +363,7 @@

{{Tip}}

-

+

@@ -618,6 +618,7 @@ return true; }, onePay: function () { + $(".pay-botton").hide(); this.OneBuyModel.ConnectCount = parseInt(this.OneBuyModel.ConnectCount) if (!this.isNum(this.OneBuyModel.ConnectCount)) return; if (!this.checkOneAccount() || !this.checkOnePwd()) return; @@ -658,6 +659,7 @@ }); }, morePay: function () { + $(".pay-botton").hide(); this.MoreBuyModel.ConnectCount = parseInt(this.MoreBuyModel.ConnectCount) if (!this.isNum(this.MoreBuyModel.ConnectCount)) return; if (!this.checkMoreAccount() || !this.checkMorePwd() || this.MoreBuyModel.MaxPostfix>500) return; diff --git a/Host/Views/Product/rebuy.cshtml b/Host/Views/Product/rebuy.cshtml index be1cb10..b294b97 100644 --- a/Host/Views/Product/rebuy.cshtml +++ b/Host/Views/Product/rebuy.cshtml @@ -188,7 +188,7 @@

{{Tip}}

-

+

@@ -316,6 +316,7 @@ }) }, onePay: function () { + $(".pay-botton").hide(); if (this.OneBuyModel.UseAccountAmount) { if (this.RestAmount < this.PayAmount){ alert('余额不足,请充值。您也可以使用微信、支付宝支付。');return;