极客金瑞活动下架
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
</div>
|
||||
</a>
|
||||
} *@
|
||||
else if(package.Id == 63||package.Id == 64||package.Id == 65||package.Id == 66||package.Id == 67||package.Id == 13||package.Id == 14||package.Id == 15||package.Id == 16){
|
||||
@* else if(package.Id == 63||package.Id == 64||package.Id == 65||package.Id == 66||package.Id == 67||package.Id == 13||package.Id == 14||package.Id == 15||package.Id == 16){
|
||||
<a asp-action="rebuy" asp-controller="Product" asp-route-packageId="@package.Id" asp-route-accounts=@ViewBag.accounts>
|
||||
<div class="card color_@((Model.Packages.IndexOf(package)+1)%5)">
|
||||
<div class="item">
|
||||
@@ -85,7 +85,8 @@
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
} else if(package.Id == 100 || package.Id == 102){
|
||||
} *@
|
||||
else if(package.Id == 100 || package.Id == 102){
|
||||
<a asp-action="rebuy" asp-controller="Product" asp-route-packageId="@package.Id" asp-route-accounts=@ViewBag.accounts>
|
||||
<div class="card color_@((Model.Packages.IndexOf(package)+1)%5)">
|
||||
<div class="item">
|
||||
|
||||
Reference in New Issue
Block a user