diff --git a/Host/Views.Mobile/Product/Index.cshtml b/Host/Views.Mobile/Product/Index.cshtml index 451f36b..ebfa5c5 100644 --- a/Host/Views.Mobile/Product/Index.cshtml +++ b/Host/Views.Mobile/Product/Index.cshtml @@ -80,6 +80,12 @@ @item.Product.Name抄底价 } + else if(item.Product.Id == 7){ + + + } else{
  • ·@str
  • } + +

    需求5个以上,可以联系客服设置优惠价; 开通后有任何问题可无理由退款,并支持自助提现 diff --git a/Host/Views/Product/Index.cshtml b/Host/Views/Product/Index.cshtml index 6bba4b5..3318573 100644 --- a/Host/Views/Product/Index.cshtml +++ b/Host/Views/Product/Index.cshtml @@ -528,6 +528,9 @@ else if(item.Product.Id == 1) {

    @item.Product.Name 抄底价
    } + else if(item.Product.Id == 7) { +
    @item.Product.Name
    + } else {
    @item.Product.Name
    } @@ -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 () {