测试卡修改
This commit is contained in:
@@ -361,7 +361,7 @@
|
|||||||
@*<p class="text-center nameSmall">—<span>@item.Product.Name</span>—</p>*@
|
@*<p class="text-center nameSmall">—<span>@item.Product.Name</span>—</p>*@
|
||||||
<div class="card" style="margin-top:30px;">
|
<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">
|
<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><span class="price">免费</span></p>
|
||||||
<p class="yuanjia" style="color: #FF9900;text-decoration:none;"><span>@restStatus</span></p>
|
<p class="yuanjia" style="color: #FF9900;text-decoration:none;"><span>@restStatus</span></p>
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ namespace Hncore.Pass.Vpn.Response.Product
|
|||||||
public int Sort { get; set; }
|
public int Sort { get; set; }
|
||||||
public string Content { get; set; }
|
public string Content { get; set; }
|
||||||
public string Profile { get; set; }
|
public string Profile { get; set; }
|
||||||
|
public int TenantId { get; set; }
|
||||||
|
|
||||||
public int OnLine { get; set; } = 1;
|
public int OnLine { get; set; } = 1;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user