无极独享
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
<p style="text-align: center;font-size: 20px;">*聚IP商城全线服务器都已更新,可显示实时维护状态及服务器负载情况*</p>
|
||||
<p class="xianluIntro" style="text-align: center;font-size: 25px;">*线路表和账号必须为同一产品才能使用。</p>
|
||||
<div class="xianlu">
|
||||
@foreach (var item in product.Where(m => m.Id != 3 && m.Id != 7 && m.Id != 9))
|
||||
@foreach (var item in product.Where(m => m.Id != 3 && m.Id != 7 && m.Id != 9&& m.Id != 20))
|
||||
{
|
||||
<div v-on:click="select_product(@item.Id)" id="product-@item.Id" class="item @(item.Id==pid?"blueLine":"")" a-pid="@item.Id" a-name="@item.Name">
|
||||
<span>@item.Name</span><img src="~/img/check.png">
|
||||
|
||||
@@ -393,7 +393,7 @@
|
||||
}
|
||||
else if(item.Product.Id == 20) {
|
||||
<div class="dropdown">
|
||||
<button type="button" class="btn dropdown-toggle" style="width: 99%;height:100%;background:white;padding:0;" id="dropdownMenu2" data-toggle="dropdown"><div style="font-size: 18px;" class="productItem" id="@("p"+item.Product.Id)" a-pid="@item.Product.Id">@item.Product.Name<span style="color: #f64e3d;font-weight:bold;float:right;padding-right: 5px;"></span></div>
|
||||
<button type="button" class="btn dropdown-toggle" style="width: 99%;height:100%;background:white;padding:0;" id="dropdownMenu2" data-toggle="dropdown"><div style="font-size: 18px;" class="productItem" id="@("p"+item.Product.Id)" a-pid="@item.Product.Id"><span style="color: #f64e3d;font-weight:bold;padding-right: 5px;">新</span>@item.Product.Name<span style="color: #f64e3d;font-weight:bold;float:right;padding-right: 5px;"></span></div>
|
||||
</button>
|
||||
<ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu2">
|
||||
<li role="presentation">
|
||||
@@ -539,10 +539,11 @@
|
||||
|
||||
|
||||
@if(item.Product.Id == 20){
|
||||
<p class="youhuiNew" style="color: #0066CC;">购买后请联系客服授权登录</p>
|
||||
<div style="padding-top:10px;">
|
||||
<ul class="nav nav-tabs nav-justified" style="margin-top:0;">
|
||||
<li class="active"><a style="width: 500px;" onclick="wjdxpt()">普通版</a></li>
|
||||
<li><a style="width: 500px;" onclick="wjdxgj()">高端版</a></li>
|
||||
<li id="wjdxpt" class="active"><a style="width: 500px;" onclick="wjdxpt()">普通版-5兆</a></li>
|
||||
<li id="wjdxgd"><a style="width: 500px;" onclick="wjdxgj()">高端版-10兆</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
}
|
||||
@@ -865,6 +866,8 @@
|
||||
//1 安卓、苹果 2 pc
|
||||
var wjdxtype = 1;
|
||||
function wjdxphone() {
|
||||
$("#wjdxgd").removeClass("active");
|
||||
$("#wjdxpt").addClass("active");
|
||||
wjdxtype = 1;
|
||||
for (var i=1048;i<1051;i++){
|
||||
$("#pkg"+i).show();
|
||||
@@ -875,6 +878,8 @@
|
||||
}
|
||||
|
||||
function wjdxpc() {
|
||||
$("#wjdxgd").removeClass("active");
|
||||
$("#wjdxpt").addClass("active");
|
||||
wjdxtype = 2;
|
||||
for (var i=1048;i<1054;i++){
|
||||
$("#pkg"+i).hide();
|
||||
@@ -887,6 +892,8 @@
|
||||
}
|
||||
}
|
||||
function wjdxpt() {
|
||||
$("#wjdxgd").removeClass("active");
|
||||
$("#wjdxpt").addClass("active");
|
||||
if (wjdxtype == 1) {
|
||||
for (var i=1051;i<1060;i++){
|
||||
$("#pkg"+i).hide();
|
||||
@@ -908,6 +915,8 @@
|
||||
}
|
||||
}
|
||||
function wjdxgj() {
|
||||
$("#wjdxgd").addClass("active");
|
||||
$("#wjdxpt").removeClass("active");
|
||||
if (wjdxtype == 1) {
|
||||
for (var i=1048;i<1051;i++){
|
||||
$("#pkg"+i).hide();
|
||||
|
||||
@@ -29,13 +29,21 @@
|
||||
{
|
||||
<div class="sitem">
|
||||
<div class="smodel">
|
||||
<div class="softName" style="width:200px;text-align:center;height:50px;">
|
||||
@item.Name
|
||||
</div>
|
||||
|
||||
<div class="item">
|
||||
<a href="@item.PcClientDownloadUrl"> <button type="button" class="btn btn-sdefault">Windows</button></a>
|
||||
</div>
|
||||
@if (item.Id == 20)
|
||||
{
|
||||
<div class="softName" style="width:200px;text-align:center;height:50px;">
|
||||
无极-共享独享通用
|
||||
</div>
|
||||
} else {
|
||||
<div class="softName" style="width:200px;text-align:center;height:50px;">
|
||||
@item.Name
|
||||
</div>
|
||||
<div class="item">
|
||||
<a href="@item.PcClientDownloadUrl"> <button type="button" class="btn btn-sdefault">Windows</button></a>
|
||||
</div>
|
||||
}
|
||||
|
||||
@if (!string.IsNullOrEmpty(item.DroidDownloadUrl))
|
||||
{
|
||||
<div class="item" >
|
||||
@@ -43,12 +51,32 @@
|
||||
</div>
|
||||
<hr>
|
||||
}
|
||||
@if (item.Id != 3 && item.Id != 7 && item.Id != 9 && item.Id != 12)
|
||||
@if (item.Id != 3 && item.Id != 7 && item.Id != 9 && item.Id != 12 && item.Id != 20)
|
||||
{
|
||||
<div class="item">
|
||||
<a href="@item.SimulatorDownloadUrl"> <button type="button" class="btn btn-sdefault">SSTP客户端</button></a>
|
||||
</div>
|
||||
}
|
||||
|
||||
@if (item.Id == 20)
|
||||
{
|
||||
<div class="item">
|
||||
<a href="http://wuxinxikehuduan.image.qiangzipptp.top/%E6%97%A0%E6%9E%81%E5%AE%89%E5%8D%93-%E5%85%B1%E4%BA%AB%E7%8B%AC%E4%BA%AB%E9%80%9A%E7%94%A8.apk"> <button type="button" class="btn btn-sdefault">无极安卓<br>共享独享通用</button></a>
|
||||
</div>
|
||||
<div class="item">
|
||||
<a href="http://wuxinxikehuduan.image.qiangzipptp.top/%E6%97%A0%E6%9E%81%E7%94%B5%E8%84%91-%E5%85%B1%E4%BA%AB%E7%8B%AC%E4%BA%AB%E9%80%9A%E7%94%A8.exe"> <button type="button" class="btn btn-sdefault">无极电脑<br>共享独享通用</button></a>
|
||||
</div>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<div class="item">
|
||||
<a id="ios_cc"> <button type="button" class="btn btn-sdefault">扫描下载<br>苹果客户端</button></a>
|
||||
</div>
|
||||
|
||||
<div id="qrcode_s">
|
||||
|
||||
</div>
|
||||
}
|
||||
<p>免安装,下载后直接打开</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -114,4 +142,21 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<script type="text/javascript" src="https://static.runoob.com/assets/qrcode/qrcode.min.js"></script>
|
||||
|
||||
<script>
|
||||
|
||||
$("#ios_cc").hover(function(){
|
||||
$("#qrcode_s").html('');
|
||||
new QRCode(document.getElementById("qrcode_s"), {
|
||||
text: 'https://apps.apple.com/cn/app/jie-zou-da-shi/id1448657437',
|
||||
width : 500,
|
||||
height : 500
|
||||
});
|
||||
},function(){
|
||||
$("#qrcode_s").html('');
|
||||
});
|
||||
</script>
|
||||
@@ -489,7 +489,7 @@
|
||||
</div>
|
||||
<div class="col-lg-3">
|
||||
<div class="zhanghu">
|
||||
<div class="accout_tit"><span class="lineBar"></span>余额<span onclick="$('.money-change').show()" style="float: right;color:blue;cursor:pointer;">资金转移</span></div>
|
||||
<div class="accout_tit"><span class="lineBar"></span>余额</div>
|
||||
<p class="charge" onclick="tixian()" style="float:left;font-size:25px;"><a>提现</a></p>
|
||||
<p class="charge" onclick="$('.chargeList').show()" style="font-size:25px;"><a>充值</a></p>
|
||||
<div class="money" style="padding: 20px 30px;">¥<span>@Model.UserModel.RestAmount</span></div>
|
||||
|
||||
Reference in New Issue
Block a user