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