无尽产品
This commit is contained in:
@@ -80,6 +80,12 @@
|
|||||||
<a href="#@item.Product.Id" role="tab" data-toggle="tab" style="font-size: 25px;"><span class="glyphicon glyphicon-thumbs-up" 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></a>
|
<a href="#@item.Product.Id" role="tab" data-toggle="tab" style="font-size: 25px;"><span class="glyphicon glyphicon-thumbs-up" 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></a>
|
||||||
</li>
|
</li>
|
||||||
}
|
}
|
||||||
|
else if(item.Product.Id == 7){
|
||||||
|
|
||||||
|
<li role="presentation" class="@(item.Product.Id==defaultProduct.Id?"active":"")">
|
||||||
|
<a href="#@item.Product.Id" role="tab" data-toggle="tab" id="select-7" style="font-size: 25px;">@item.Product.Name </a>
|
||||||
|
</li>
|
||||||
|
}
|
||||||
else{
|
else{
|
||||||
|
|
||||||
<li role="presentation" class="@(item.Product.Id==defaultProduct.Id?"active":"")">
|
<li role="presentation" class="@(item.Product.Id==defaultProduct.Id?"active":"")">
|
||||||
@@ -89,6 +95,11 @@
|
|||||||
}
|
}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
<script>
|
||||||
|
$("#select-7").on('click',function(){
|
||||||
|
alert('请注意!无尽IP仅供电脑端使用!');
|
||||||
|
});
|
||||||
|
</script>
|
||||||
<div class="item">
|
<div class="item">
|
||||||
<div class="tab-content">
|
<div class="tab-content">
|
||||||
@foreach (var item in Model)
|
@foreach (var item in Model)
|
||||||
@@ -101,6 +112,8 @@
|
|||||||
<li>·@str</li>
|
<li>·@str</li>
|
||||||
}
|
}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
<p style="color: #ec6e58;font-size:30px;font-weight: bold;background-color:#FFFF00">
|
<p style="color: #ec6e58;font-size:30px;font-weight: bold;background-color:#FFFF00">
|
||||||
需求5个以上,可以联系客服设置优惠价;
|
需求5个以上,可以联系客服设置优惠价;
|
||||||
开通后有任何问题可无理由退款,并支持自助提现
|
开通后有任何问题可无理由退款,并支持自助提现
|
||||||
|
|||||||
@@ -528,6 +528,9 @@
|
|||||||
else if(item.Product.Id == 1) {
|
else if(item.Product.Id == 1) {
|
||||||
<div class="productItem" style="" id="@("p"+item.Product.Id)" a-pid="@item.Product.Id"><span class="glyphicon glyphicon-thumbs-up" 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>
|
<div class="productItem" style="" id="@("p"+item.Product.Id)" a-pid="@item.Product.Id"><span class="glyphicon glyphicon-thumbs-up" 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>
|
||||||
}
|
}
|
||||||
|
else if(item.Product.Id == 7) {
|
||||||
|
<div class="productItem" style="" id="@("p"+item.Product.Id)" a-pid="@item.Product.Id">@item.Product.Name </div>
|
||||||
|
}
|
||||||
else {
|
else {
|
||||||
<div class="productItem" id="@("p"+item.Product.Id)" a-pid="@item.Product.Id">@item.Product.Name </div>
|
<div class="productItem" id="@("p"+item.Product.Id)" a-pid="@item.Product.Id">@item.Product.Name </div>
|
||||||
}
|
}
|
||||||
@@ -897,6 +900,9 @@
|
|||||||
//$(this).find(".check").show();
|
//$(this).find(".check").show();
|
||||||
//$(this).siblings().find(".check").hide();
|
//$(this).siblings().find(".check").hide();
|
||||||
var pid = $(this).attr('a-pid');
|
var pid = $(this).attr('a-pid');
|
||||||
|
if(pid == 7){
|
||||||
|
alert('请注意!无尽IP仅供电脑端使用!');
|
||||||
|
}
|
||||||
select(pid);
|
select(pid);
|
||||||
});
|
});
|
||||||
$(".card .item").click(function () {
|
$(".card .item").click(function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user