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{