修改导航 添加蓝狐
This commit is contained in:
@@ -22,7 +22,8 @@
|
||||
<!-- 1st tab -->
|
||||
<div id="feature1">
|
||||
<div class="tabfeatures">
|
||||
<h2 class="padding-b50 text-center" style="padding-top: 45px;">充的越多送的越多</h2>
|
||||
<h2 class="text-center" style="padding-top: 45px;">充的越多送的越多</h2>
|
||||
<h2 class="padding-b50 text-center"><a href="https://lanhuip.com" target="_blank">点击前往购买新http/socks5产品、IP池更大、网速更快</a></h2>
|
||||
<div class="row main-feature">
|
||||
<div class="col-sm-12 combo-prices">
|
||||
|
||||
@@ -175,7 +176,8 @@
|
||||
<!-- 2nd tab -->
|
||||
<div id="feature2">
|
||||
<div class="tabfeatures">
|
||||
<h5 class="padding-b50 text-center" style="padding-top: 45px;">适用于每天需要大量高匿IP的用户使用,支持HTTP(S)、S5协议,IP可通过API获得集成在程序或软件中使用</h5>
|
||||
<h5 class="text-center" style="padding-top: 45px;">适用于每天需要大量高匿IP的用户使用,支持HTTP(S)、S5协议,IP可通过API获得集成在程序或软件中使用</h5>
|
||||
<h2 class="padding-b50 text-center"><a href="https://lanhuip.com" target="_blank">点击前往购买新http/socks5产品、IP池更大、网速更快</a></h2>
|
||||
<div class="row main-feature">
|
||||
<div class="col-sm-12 ">
|
||||
<div class="boxes boxes-border-top text-left margin-top-30 clearfix">
|
||||
@@ -229,7 +231,7 @@
|
||||
<div class="btn-group" role="group">
|
||||
<button type="button" v-on:click="dxwxl_whitelist_reduce()" :disabled="dxwxl_data.maxWhitelist <= 1" class="btn btn-new">-</button>
|
||||
<button type="button" class="btn btn-default">{{ dxwxl_data.maxWhitelist }}</button>
|
||||
<button type="button" v-on:click="dxwxl_whitelist_add()" :disabled="dxwxl_data.maxWhitelist >= 20" class="btn btn-new">+</button>
|
||||
<button type="button" v-on:click="dxwxl_whitelist_add()" :disabled="dxwxl_data.maxWhitelist >= 1000" class="btn btn-new">+</button>
|
||||
</div>
|
||||
<span style="margin-left: 20px;">
|
||||
您的白名单上限{{ dxwxl_data.maxWhitelist }}个,
|
||||
@@ -256,7 +258,8 @@
|
||||
<!-- 3rd tab -->
|
||||
<div id="feature3">
|
||||
<div class="tabfeatures">
|
||||
<h5 class="padding-b50 text-center" style="padding-top: 45px;">适用于每天需要大量高匿IP的用户使用,支持HTTP(S)、S5协议,IP可通过API获得集成在程序或软件中使用</h5>
|
||||
<h5 class="text-center" style="padding-top: 45px;">适用于每天需要大量高匿IP的用户使用,支持HTTP(S)、S5协议,IP可通过API获得集成在程序或软件中使用</h5>
|
||||
<h2 class="padding-b50 text-center"><a href="https://lanhuip.com" target="_blank">点击前往购买新http/socks5产品、IP池更大、网速更快</a></h2>
|
||||
<div class="row main-feature">
|
||||
<div class="col-sm-12 ">
|
||||
<div class="boxes boxes-border-top text-left margin-top-30 clearfix">
|
||||
@@ -361,7 +364,8 @@
|
||||
<!-- 4th tab -->
|
||||
<div id="feature4">
|
||||
<div class="tabfeatures">
|
||||
<h2 class="padding-b50 text-center" style="padding-top: 45px;">提取免费,使用才扣费。节约成本,按使用次数扣费</h2>
|
||||
<h2 class=" text-center" style="padding-top: 45px;">提取免费,使用才扣费。节约成本,按使用次数扣费</h2>
|
||||
<h2 class="padding-b50 text-center"><a href="https://lanhuip.com" target="_blank">点击前往购买新http/socks5产品、IP池更大、网速更快</a></h2>
|
||||
<div class="row main-feature">
|
||||
<div class="col-sm-12 ">
|
||||
<div class="boxes boxes-border-top text-left margin-top-30 clearfix">
|
||||
@@ -1056,7 +1060,7 @@ $(document).on("ready", function(e) {
|
||||
},
|
||||
//短效无限量购买白名单修改
|
||||
dxwxl_whitelist_add(){
|
||||
this.dxwxl_data.maxWhitelist++;
|
||||
this.dxwxl_data.maxWhitelist += 10;
|
||||
this.calc_price();
|
||||
},
|
||||
//短效包天购买时长修改
|
||||
|
||||
Reference in New Issue
Block a user