diff --git a/Host/Views.Mobile/LineList/Index.cshtml b/Host/Views.Mobile/LineList/Index.cshtml index f064e2c..668313e 100644 --- a/Host/Views.Mobile/LineList/Index.cshtml +++ b/Host/Views.Mobile/LineList/Index.cshtml @@ -225,6 +225,10 @@ this.table_data = datalist; }, search_all(){ + if(!this.search_all_data){ + this.select_product(0); + return; + } $.ajax({ type: 'GET', url: 'http://php-api.juip.com/script/linedata/search.php?type=1&info=' + this.search_all_data, @@ -237,6 +241,10 @@ this.table_data = datalist; }, search_product(){ + if(!this.search_product_data){ + this.select_product(this.product_id); + return; + } $.ajax({ type: 'GET', url: 'http://php-api.juip.com/script/linedata/search.php?type=0&productid='+this.product_id+'&info=' + this.search_product_data, diff --git a/Host/Views/LineList/Index.cshtml b/Host/Views/LineList/Index.cshtml index 815ae9b..72a28a3 100644 --- a/Host/Views/LineList/Index.cshtml +++ b/Host/Views/LineList/Index.cshtml @@ -22,11 +22,12 @@
实时总线路:@(lineTotalCount)条
实时可用线路:@(lineCount)条 所有线路均支持:【电脑/安卓/苹果】【PPTP/L2TP/SSTP】
实时总线路:{{count}}条
实时可用线路:{{use_count}}条 所有线路均支持:【电脑/安卓/苹果】【PPTP/L2TP/SSTP】
*****公告*****
*聚IP商城全线服务器都已更新,可显示实时维护状态及服务器负载情况*
*查看老版本服务器* -*温馨提示:请尽量使用新版服务器,老版服务器将于12月1号停止维护*
+*温馨提示:请尽快替换使用新版服务器,老版因不能实时更新维护状态,将于12月1号停止维护*
*线路表和账号必须为同一产品才能使用。
L2TP密钥:{{l2tp}}
SSTP端口:{{sstp}}
导出Excel
@@ -97,14 +95,14 @@