蘑菇活动

This commit is contained in:
“wanyongkang”
2021-01-26 16:09:51 +08:00
parent 97fd30b55d
commit 3246c516c3
4 changed files with 7 additions and 7 deletions

View File

@@ -39,7 +39,7 @@
<a href="#@item.Product.Id" role="tab" data-toggle="tab" style="font-size: 25px;">@item.Product.Name<span style="color: #f64e3d;font-weight:bold;float:right;padding-right: 5px;">送一月</span></a>
</li>
}
else if(item.Product.Id == 4 || item.Product.Id == 5 || item.Product.Id == 14) {
else if(item.Product.Id == 4 || item.Product.Id == 5 || item.Product.Id == 14 || item.Product.Id == 18) {
<li role="presentation" class="@(item.Product.Id==defaultProduct.Id?"active":"")">
<a href="#@item.Product.Id" role="tab" data-toggle="tab" style="font-size: 20px;">@item.Product.Name<span style="color: #f64e3d;font-weight:bold;float:right;padding-right: 5px;">抄底价</span></a>
</li>
@@ -69,7 +69,7 @@
需求5个以上可联系客服设置优惠价<br />
若之前享优惠价,请联系客服帮你改价
</p>
@foreach (var package in item.Packages.Where(m => m.Status == 1&&(m.TenantId==1157||m.TenantId==9999)).OrderBy(m => m.TenantId))
@foreach (var package in item.Packages.Where(m => m.Status == 1&&(m.TenantId==1157||m.TenantId==9999)&& m.Id != 1014).OrderBy(m => m.TenantId))
{
if (package.IsTest == 1)
{