天天IP
This commit is contained in:
@@ -514,10 +514,10 @@
|
||||
@if(item.Product.Id == 13){
|
||||
<div class="productItem" style="" id="@("p"+item.Product.Id)" a-pid="@item.Product.Id">@item.Product.Name <span style="color: #f64e3d;font-weight:bold;float:right;padding-right: 5px;">送一月</span></div>
|
||||
}
|
||||
else if(item.Product.Id == 6||item.Product.Id == 2||item.Product.Id == 4 ||item.Product.Id == 14||item.Product.Id == 8) {
|
||||
else if(item.Product.Id == 6||item.Product.Id == 2||item.Product.Id == 4 ||item.Product.Id == 8) {
|
||||
<div class="productItem" id="@("p"+item.Product.Id)" a-pid="@item.Product.Id" a-pkg-id="@(item.Packages.FirstOrDefault(m=>m.Status==1).Id)">@item.Product.Name</div>
|
||||
}
|
||||
else if(item.Product.Id == 18|| item.Product.Id == 5|| item.Product.Id == 19) {
|
||||
else if(item.Product.Id == 18|| item.Product.Id == 5|| item.Product.Id == 19||item.Product.Id == 14) {
|
||||
<div class="productItem" style="" id="@("p"+item.Product.Id)" a-pid="@item.Product.Id"><span style="color: #f64e3d;font-weight:bold;padding-right: 5px;"> 新</span>@item.Product.Name</div>
|
||||
}
|
||||
else if(item.Product.Id == 17) {
|
||||
@@ -592,7 +592,7 @@
|
||||
<p class="youhuiNew">全部套餐8折聚惠,天卡除外,新开和续费都有8折,活动截止时间11月20日<br>(同一个IP账号不限次数,您可对同一账号多次续费都有赠送,每位会员不限账号数量,您可购买多个IP账号都有赠送)</p>
|
||||
} *@
|
||||
@if(item.Product.Id == 14){
|
||||
<p class="youhuiNew">天天IP于8.6日已恢复,全新IP池,欢迎选购!<br>本产品已屏蔽QQ,微信,银行卡,贴吧等访问权限</p>
|
||||
<p class="youhuiNew">天天IP于8.6日已恢复,全新IP池,欢迎选购!<br>本产品已屏蔽QQ,微信,银行卡访问权限</p>
|
||||
}
|
||||
@if(item.Product.Id == 1){
|
||||
<p class="youhuiNew">购买须知:本产品所有地区全部屏蔽微信和QQ</p>
|
||||
|
||||
Reference in New Issue
Block a user