无尽产品
This commit is contained in:
@@ -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