无极独享
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user