强子迅连特征码通知

This commit is contained in:
“wanyongkang”
2021-04-04 18:13:45 +08:00
parent 79f737a741
commit 6f7d57b89b
4 changed files with 24 additions and 44 deletions

View File

@@ -15,6 +15,7 @@
<p><input type="text" v-model="search_all_data" name="KeyWord" placeholder="输入地区/名称/服务器" id="KeyWord" /><button type="submit" v-on:click="search_all()" class="btnOrange">搜索全部</button></p> <p><input type="text" v-model="search_all_data" name="KeyWord" placeholder="输入地区/名称/服务器" id="KeyWord" /><button type="submit" v-on:click="search_all()" class="btnOrange">搜索全部</button></p>
<p><img src="~/m/img/shuju.png"> 实时总线路:{{ count }}条 <img src="~/m/img/shuju.png"> 实时可用线路:{{ use_count }}条</p> <p><img src="~/m/img/shuju.png"> 实时总线路:{{ count }}条 <img src="~/m/img/shuju.png"> 实时可用线路:{{ use_count }}条</p>
<p>所有线路均支持:【电脑/安卓/苹果】【IP/L2TP/SSTP】</p> <p>所有线路均支持:【电脑/安卓/苹果】【IP/L2TP/SSTP】</p>
</div> </div>
<div class="zhilian"> <div class="zhilian">
@@ -27,6 +28,14 @@
<p class="grayText" style="font-size: 25px;">线路表与账号必须为同一产品才能使用</p> <p class="grayText" style="font-size: 25px;">线路表与账号必须为同一产品才能使用</p>
</div> </div>
</div> </div>
<div style="color: red;" v-if="product_id ==1|| product_id==2">
<p style="text-align:center;">
<span style="font-size: 20px;color:#FF0033;">{{search_field}}</span> 模拟器sstp直连用户请注意
</p>
<p>因电信联通机房限制此协议会存在个别地区直连无法连接安卓app不受影响。</p>
<p v-if="product_id ==1">解决方法IP账号后边输入@@特征码例如您的IP账号为zx1234要用sstp直连温州的那账号框就输入zx1234@zjwz服务器输入任意一个全国混拨的服务器则会连接到温州。</p>
<p v-if="product_id==2">解决方法IP账号后边输入@@特征码例如您的IP账号为zx1234要用sstp直连三亚的那账号框就输入zx1234@hnsy服务器输入任意一个全国混拨的服务器则会连接到三亚。</p>
</div>
<div class="lineBar"></div> <div class="lineBar"></div>
@@ -116,7 +125,9 @@
<td>{{info.online}}</td> <td>{{info.online}}</td>
</tr> </tr>
<tr> <tr>
<td>负载状态:</td> @* <td>负载状态:</td> *@
<td v-if="product_id ==1|| product_id==2">特征码:</td>
<td v-else="product_id ==1|| product_id==2">负载状态:</td>
<td>{{info.status}}</td> <td>{{info.status}}</td>
</tr> </tr>
</table> </table>

View File

@@ -604,27 +604,7 @@ var t1 = null;
ruser:user, ruser:user,
money:money, money:money,
} }
$.ajax({
type: 'POST',
url: 'http://php-api.juip.com/user/user/moneyChange',
dataType: "json",
contentType: "application/json",
data: JSON.stringify(data),
beforeSend: function(xhr) {
xhr.withCredentials = true;
},
crossDomain: true,
success: function (res) {
if (res.Code == 10000) {
alert('资金转移成功');
window.location.href='/User/Index';
}
if (res.Code == 20000) {
alert('被转移用户不存在,如有问题请联系客服!');
}
}
});
} }
function get_verify_res(){ function get_verify_res(){

View File

@@ -64,6 +64,14 @@
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<p class="col-lg-12" style="background-color: #FFFF00; color:#FF0033;text-align:center;margin-bottom:30px;">{{search_field}} ------线路表API接口每5分钟更新一次http://php-api.juip.com/script/linedata/display.php?product={{product_id}}</p> <p class="col-lg-12" style="background-color: #FFFF00; color:#FF0033;text-align:center;margin-bottom:30px;">{{search_field}} ------线路表API接口每5分钟更新一次http://php-api.juip.com/script/linedata/display.php?product={{product_id}}</p>
<div style="color: red;line-height:50%;" v-if="product_id ==1|| product_id==2">
<p style="text-align:center;">
<span style="font-size: 20px;color:#FF0033;">{{search_field}}</span> 模拟器sstp直连用户请注意
</p>
<p>因电信联通机房限制此协议会存在个别地区直连无法连接安卓app不受影响。</p>
<p v-if="product_id ==1">解决方法IP账号后边输入@@特征码例如您的IP账号为zx1234要用sstp直连温州的那账号框就输入zx1234@zjwz服务器输入任意一个全国混拨的服务器则会连接到温州。</p>
<p v-if="product_id==2">解决方法IP账号后边输入@@特征码例如您的IP账号为zx1234要用sstp直连三亚的那账号框就输入zx1234@hnsy服务器输入任意一个全国混拨的服务器则会连接到三亚。</p>
</div>
</div> </div>
<div class="row"> <div class="row">
<div class="col-lg-2 miyao"> <div class="col-lg-2 miyao">
@@ -91,7 +99,8 @@
<th>IP量</th> <th>IP量</th>
<th>实时带宽</th> <th>实时带宽</th>
<th>维护状态</th> <th>维护状态</th>
<th>负载状态</th> <th v-if="product_id ==1|| product_id==2">特征码</th>
<th v-else="product_id ==1|| product_id==2">负载状态</th>
</tr> </tr>
<tr v-for="site in table_data" :style="(site.online=='故障')?'color:#ec5656;':''"> <tr v-for="site in table_data" :style="(site.online=='故障')?'color:#ec5656;':''">

View File

@@ -731,27 +731,7 @@
ruser:user, ruser:user,
money:money, money:money,
} }
$.ajax({
type: 'POST',
url: 'http://php-api.juip.com/user/user/moneyChange',
dataType: "json",
contentType: "application/json",
data: JSON.stringify(data),
beforeSend: function(xhr) {
xhr.withCredentials = true;
},
crossDomain: true,
success: function (res) {
if (res.Code == 10000) {
alert('资金转移成功');
window.location.href='/User/Index';
}
if (res.Code == 20000) {
alert('被转移用户不存在,如有问题请联系客服!');
}
}
});
} }
function tixian(){ function tixian(){