diff --git a/Host/Controllers/ProductController.cs b/Host/Controllers/ProductController.cs index fccfa4f..6ee9f2e 100644 --- a/Host/Controllers/ProductController.cs +++ b/Host/Controllers/ProductController.cs @@ -121,9 +121,9 @@ namespace Home.Controllers if(m.Price

聚IP虎年新春复工助力活动:

-

1.动态IP一毛钱一天,每用户限一次~

-

2.新上蘑菇IP,天卡送天卡,周卡送3天,月卡送10天,双月卡送1个月,多买多送~

-

3.其他产品均有8折活动~

-

4.需求5个以上可联系客服设置优惠折扣!

+ @*

1.动态IP一毛钱一天,每用户限一次~

*@ +

1.新上蘑菇IP,天卡送天卡,周卡送3天,月卡送10天,双月卡送1个月,多买多送~

+

2.其他产品均有8折活动~

+

3.需求5个以上可联系客服设置优惠折扣!

diff --git a/Host/Views.Mobile/Product/Soft.cshtml b/Host/Views.Mobile/Product/Soft.cshtml index 3cf3c30..ef15385 100644 --- a/Host/Views.Mobile/Product/Soft.cshtml +++ b/Host/Views.Mobile/Product/Soft.cshtml @@ -59,6 +59,6 @@


-


+


\ No newline at end of file diff --git a/Host/Views.Mobile/Product/buy.cshtml b/Host/Views.Mobile/Product/buy.cshtml index 09fdde6..8e4819f 100644 --- a/Host/Views.Mobile/Product/buy.cshtml +++ b/Host/Views.Mobile/Product/buy.cshtml @@ -440,7 +440,7 @@ ConnectCount: 1, CouponId: 0, UseAccountAmount: 0, - OPayType: 100, + OPayType: 70, PayChannel:40, phone:'' }, @@ -454,7 +454,7 @@ ConnectCount: 1, CouponId: 0, UseAccountAmount: 0, - OPayType: 100, + OPayType: 70, MinPostfix: 1, MaxPostfix: 1, PayChannel:40, diff --git a/Host/Views.Mobile/Product/rebuy.cshtml b/Host/Views.Mobile/Product/rebuy.cshtml index 7177d1d..92c066d 100644 --- a/Host/Views.Mobile/Product/rebuy.cshtml +++ b/Host/Views.Mobile/Product/rebuy.cshtml @@ -211,7 +211,7 @@ ConnectCount: @(ViewBag.ConnectCount), CouponId: 0, UseAccountAmount: 0, - OPayType: 100, + OPayType: 70, PayChannel:40, } }, diff --git a/Host/Views/Home/Index.cshtml b/Host/Views/Home/Index.cshtml index a692933..a78bb2f 100644 --- a/Host/Views/Home/Index.cshtml +++ b/Host/Views/Home/Index.cshtml @@ -713,10 +713,10 @@

聚IP虎年新春复工助力活动:

-

1.动态IP一毛钱一天,每用户限一次~

-

2.新上蘑菇IP,天卡送天卡,周卡送3天,月卡送10天,双月卡送1个月,多买多送~

-

3.其他产品均有8折活动~

-

4.需求5个以上可联系客服设置优惠折扣!

+ @*

1.动态IP一毛钱一天,每用户限一次~

*@ +

1.新上蘑菇IP,天卡送天卡,周卡送3天,月卡送10天,双月卡送1个月,多买多送~

+

2.其他产品均有8折活动~

+

3.需求5个以上可联系客服设置优惠折扣!

diff --git a/Host/Views/Product/Index.cshtml b/Host/Views/Product/Index.cshtml index dfd04b8..8361b4e 100644 --- a/Host/Views/Product/Index.cshtml +++ b/Host/Views/Product/Index.cshtml @@ -476,7 +476,7 @@ -

一毛钱活动:不分新老用户都可参加!

+ @*

一毛钱活动:不分新老用户都可参加!

*@ @* @if(item.Product.Id == 5){
} *@ diff --git a/Host/Views/Product/Soft.cshtml b/Host/Views/Product/Soft.cshtml index c3e0fc8..a3bf06c 100644 --- a/Host/Views/Product/Soft.cshtml +++ b/Host/Views/Product/Soft.cshtml @@ -136,7 +136,7 @@
- +
diff --git a/Host/Views/Product/buy.cshtml b/Host/Views/Product/buy.cshtml index e7564d1..433187f 100644 --- a/Host/Views/Product/buy.cshtml +++ b/Host/Views/Product/buy.cshtml @@ -510,7 +510,7 @@ ConnectCount: 1, CouponId: 0, UseAccountAmount: 0, - OPayType: 100, + OPayType: 70, PayChannel: 50, phone:'' }, @@ -524,7 +524,7 @@ ConnectCount: 1, CouponId: 0, UseAccountAmount: 0, - OPayType: 100, + OPayType: 70, MinPostfix: 1, MaxPostfix: 1, PayChannel: 50, @@ -743,7 +743,7 @@ this.OneChecker.AccountOk = true; return true; } - if (this.OneBuyModel.Account.length > 10 || this.OneBuyModel.Account.length < 4 || !this.hasNumAndChar(this.OneBuyModel.Account)) { + if (this.OneBuyModel.Account.length > 10 || this.OneBuyModel.Account.length < 3 || !this.hasNumAndChar(this.OneBuyModel.Account)) { this.OneChecker.AccountOk = false; return false; } @@ -769,7 +769,7 @@ this.MoreChecker.AccountOk = true; return true; } - if (this.MoreBuyModel.Account.length < 4 || this.MoreBuyModel.Account.length > 8 || !this.hasNumAndChar(this.MoreBuyModel.Account)) { + if (this.MoreBuyModel.Account.length < 3 || this.MoreBuyModel.Account.length > 8 || !this.hasNumAndChar(this.MoreBuyModel.Account)) { this.MoreChecker.AccountOk = false; return false; } diff --git a/Host/Views/Product/rebuy.cshtml b/Host/Views/Product/rebuy.cshtml index 95bd11c..edae5f5 100644 --- a/Host/Views/Product/rebuy.cshtml +++ b/Host/Views/Product/rebuy.cshtml @@ -271,7 +271,7 @@ ConnectCount: @(ViewBag.ConnectCount), CouponId: 0, UseAccountAmount: 0, - OPayType: 100, + OPayType: 70, PayChannel:50, } }, diff --git a/Host/Views/Shared/_UserLayout.cshtml b/Host/Views/Shared/_UserLayout.cshtml index 44b2b61..2f898e1 100644 --- a/Host/Views/Shared/_UserLayout.cshtml +++ b/Host/Views/Shared/_UserLayout.cshtml @@ -182,7 +182,7 @@ IP账号管理
-
+