新产品火狐

This commit is contained in:
“wanyongkang”
2021-04-28 08:48:56 +08:00
parent dfc7a6a1c1
commit 403b1663c7
11 changed files with 842 additions and 124 deletions

View File

@@ -71,7 +71,8 @@
地区
</div>
<div class="item">
运营商
<span v-if="product_id ==19">剩余拨数:</span>
<span v-else="product_id ==19">运营商:</span>
</div>
<div class="item">
服务器域名
@@ -105,7 +106,8 @@
<td>{{info.city}}</td>
</tr>
<tr>
<td>运营商</td>
<td v-if="product_id ==19">剩余拨数</td>
<td v-else="product_id ==19">运营商:</td>
<td>{{info.supply}}</td>
</tr>
<tr>
@@ -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){