diff --git a/Host/Views.Mobile/User/AssignAddress.cshtml b/Host/Views.Mobile/User/AssignAddress.cshtml index 51ed428..64131b8 100644 --- a/Host/Views.Mobile/User/AssignAddress.cshtml +++ b/Host/Views.Mobile/User/AssignAddress.cshtml @@ -58,7 +58,8 @@
-

最多选择20条线路 标红为线路正在维护中 线路1 线路2 该线路服务器地址:{{address_url}}

+

请点击☞入口一 入口二

+

{{line_text}}统一服务器地址为:{{address_url}} 换地区时无需在设备上更换服务器,只需在此页面选择需要的地区即可,可实现任意城市组合的混拨。标红为此线路正在维护中,最多可选择20个线路

@@ -92,6 +93,7 @@ assign_list:[], assign_account:'', assign_pass:'', + line_text:'入口一', address_url:'', productId:getQueryVariable('productId') }, @@ -115,6 +117,7 @@ that.assign_add_list = res.data; that.assign_list =res.list; that.address_url = 'a.jkip.com' + that.line_text = '入口一' //if (res.Code == 10000) { // that.onLineData = res.Data; // for (var i = 0; i < that.onLineData.length; i++) { @@ -136,6 +139,7 @@ that.assign_add_list = res.data; that.assign_list =res.list; that.address_url = 'a.xgip.vip' + that.line_text = '' //if (res.Code == 10000) { // that.onLineData = res.Data; // for (var i = 0; i < that.onLineData.length; i++) { @@ -154,7 +158,7 @@ dataType: "json", contentType: "application/json", success: function (res) { - $("#huohu").html('

统一服务器地址:1.hhip.vip

'); + $("#huohu").html('

统一服务器地址:1.hhip.vip

换地区时无需在设备上更换服务器,只需在此页面选择需要的地区即可,可实现任意城市组合的混拨。

'); $("#huohu").append(res.ipmodel); $("#huohu").append("
"); $("#huohu").append(res.city); @@ -175,6 +179,7 @@ that.assign_add_list = res.data; that.assign_list =res.list; that.address_url = 'a.jkip.com' + that.line_text = '入口一' } }); } @@ -188,6 +193,7 @@ that.assign_add_list = res.data; that.assign_list =res.list; that.address_url = 'b.jkip.com' + that.line_text = '入口二' } }); } diff --git a/Host/Views/User/MyAccounts.cshtml b/Host/Views/User/MyAccounts.cshtml index 6591dd3..11a81e2 100644 --- a/Host/Views/User/MyAccounts.cshtml +++ b/Host/Views/User/MyAccounts.cshtml @@ -265,8 +265,9 @@