无尽产品

This commit is contained in:
“wanyongkang”
2021-04-07 18:25:20 +08:00
parent 6d4ae2a5a1
commit 86b369c6f1
2 changed files with 19 additions and 0 deletions

View File

@@ -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 () {