测试卡修改

This commit is contained in:
“wanyongkang”
2020-12-27 15:13:32 +08:00
parent b5134aac7d
commit 84ff573b33
2 changed files with 2 additions and 1 deletions

View File

@@ -361,7 +361,7 @@
@*<p class="text-center nameSmall">—<span>@item.Product.Name</span>—</p>*@
<div class="card" style="margin-top:30px;">
@if(item.Product.Id != 5){
@if(item.Product.TenantId == 1157){
<div class="item packageitem" a-test="true" id="@("pkgtest"+item.Product.Id)" a-pkg-id="@item.Product.Id">
<p><span class="price">免费</span></p>
<p class="yuanjia" style="color: #FF9900;text-decoration:none;"><span>@restStatus</span></p>

View File

@@ -15,6 +15,7 @@ namespace Hncore.Pass.Vpn.Response.Product
public int Sort { get; set; }
public string Content { get; set; }
public string Profile { get; set; }
public int TenantId { get; set; }
public int OnLine { get; set; } = 1;