From 8a2bb7b76ce098ec663f6d127a11c2b821d27aa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Thu, 7 Apr 2022 17:10:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0=E6=9E=81=E5=85=B1=E4=BA=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Host/Views.Mobile/LineList/Index.cshtml | 2 +- Host/Views.Mobile/Product/Index.cshtml | 81 +++ Host/Views.Mobile/Product/ReBuyIndex.cshtml | 2 +- Host/Views.Mobile/Product/buy.cshtml | 2 +- Host/Views/LineList/Index.cshtml | 2 +- Host/Views/Product/Index.cshtml | 138 ++++- Host/Views/Product/ReBuyIndex.cshtml | 2 +- Host/Views/Product/buy.cshtml | 4 +- .../Service/AgentClient15Service.cs | 1 - .../Service/AgentClient16Service.cs | 531 ++++++++++++++++++ .../Hncore.Pass.Vpn/Service/AgentService.cs | 2 + 11 files changed, 755 insertions(+), 12 deletions(-) create mode 100644 Services/Hncore.Pass.Vpn/Service/AgentClient16Service.cs diff --git a/Host/Views.Mobile/LineList/Index.cshtml b/Host/Views.Mobile/LineList/Index.cshtml index 380250c..ae15f76 100644 --- a/Host/Views.Mobile/LineList/Index.cshtml +++ b/Host/Views.Mobile/LineList/Index.cshtml @@ -41,7 +41,7 @@
需求5个以上,可以联系客服设置优惠价; diff --git a/Host/Views.Mobile/Product/ReBuyIndex.cshtml b/Host/Views.Mobile/Product/ReBuyIndex.cshtml index 3e7c2a2..58665db 100644 --- a/Host/Views.Mobile/Product/ReBuyIndex.cshtml +++ b/Host/Views.Mobile/Product/ReBuyIndex.cshtml @@ -55,7 +55,7 @@
·带宽6-10兆
·断开再链接换ip
- @foreach (var package in Model.Packages.Where(m=>m.IsTest==0&&m.Status==1).OrderBy(m => m.TenantId)) + @foreach (var package in Model.Packages.Where(m=>m.IsTest==0&&m.Status==1 && m.Id != 21).OrderBy(m => m.TenantId)) { @if(package.Id == 101||package.Id == 103||package.Id == 104||(package.Id>103)){ diff --git a/Host/Views.Mobile/Product/buy.cshtml b/Host/Views.Mobile/Product/buy.cshtml index 8199319..2393274 100644 --- a/Host/Views.Mobile/Product/buy.cshtml +++ b/Host/Views.Mobile/Product/buy.cshtml @@ -653,7 +653,7 @@ return true; }, checkMoreAccount() { - if (this.MoreBuyModel.Account.length > 10 || this.MoreBuyModel.Account.length < 3|| !this.hasNumAndChar(this.MoreBuyModel.Account)) { + if (this.MoreBuyModel.Account.length > 10 || this.MoreBuyModel.Account.length < 4|| !this.hasNumAndChar(this.MoreBuyModel.Account)) { this.MoreChecker.AccountOk = false; alert('账号长度必须在5-10位,且不能包含特殊字符'); return false; diff --git a/Host/Views/LineList/Index.cshtml b/Host/Views/LineList/Index.cshtml index d06ec95..99ac835 100644 --- a/Host/Views/LineList/Index.cshtml +++ b/Host/Views/LineList/Index.cshtml @@ -52,7 +52,7 @@*聚IP商城全线服务器都已更新,可显示实时维护状态及服务器负载情况*
*线路表和账号必须为同一产品才能使用。
diff --git a/Host/Views/Product/Index.cshtml b/Host/Views/Product/Index.cshtml
index d8b406c..94de1c4 100644
--- a/Host/Views/Product/Index.cshtml
+++ b/Host/Views/Product/Index.cshtml
@@ -405,6 +405,21 @@
购买后请联系客服授权登录
+购买后请联系客服授权登录
+ +