新产品火狐
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user