From 403b1663c7cc909f73b1e9fa4b9de47e84236c56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Wed, 28 Apr 2021 08:48:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E4=BA=A7=E5=93=81=E7=81=AB=E7=8B=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Host/Views.Mobile/LineList/Index.cshtml | 14 +- Host/Views.Mobile/Product/Index.cshtml | 10 + Host/Views.Mobile/User/AssignAddress.cshtml | 201 ++++++-- Host/Views.Mobile/User/Index.cshtml | 30 ++ Host/Views.Mobile/User/MyAccounts.cshtml | 4 +- Host/Views/LineList/Index.cshtml | 11 +- Host/Views/Product/Index.cshtml | 5 +- Host/Views/Product/ReBuyIndex.cshtml | 3 + Host/Views/User/MyAccounts.cshtml | 211 +++++--- .../Service/AgentClient14Service.cs | 475 ++++++++++++++++++ .../Hncore.Pass.Vpn/Service/AgentService.cs | 2 + 11 files changed, 842 insertions(+), 124 deletions(-) create mode 100644 Services/Hncore.Pass.Vpn/Service/AgentClient14Service.cs diff --git a/Host/Views.Mobile/LineList/Index.cshtml b/Host/Views.Mobile/LineList/Index.cshtml index a11f233..9a28227 100644 --- a/Host/Views.Mobile/LineList/Index.cshtml +++ b/Host/Views.Mobile/LineList/Index.cshtml @@ -71,7 +71,8 @@ 地区
- 运营商 + 剩余拨数: + 运营商:
服务器域名 @@ -105,7 +106,8 @@ {{info.city}} - 运营商: + 剩余拨数: + 运营商: {{info.supply}} @@ -236,6 +238,11 @@ this.search_field = '蘑菇IP'; this.sstp = '4430'; break; + case 19: + this.l2tp = '123'; + this.search_field = '火狐独享IP'; + this.sstp = '1500'; + break; } $.ajax({ type: 'GET', @@ -334,6 +341,9 @@ case 18: self.location.href='http://php-api.juip.com/script/linedata/data/download/mogu.csv'; break; + case 19: + self.location.href='http://php-api.juip.com/script/linedata/data/download/huohu.csv'; + break; } }, detail(r){ diff --git a/Host/Views.Mobile/Product/Index.cshtml b/Host/Views.Mobile/Product/Index.cshtml index e79e3be..23d415d 100644 --- a/Host/Views.Mobile/Product/Index.cshtml +++ b/Host/Views.Mobile/Product/Index.cshtml @@ -86,6 +86,11 @@ @item.Product.Name } + else if(item.Product.Id == 19) { + + } else{