去掉极客指定地区

This commit is contained in:
“wanyongkang”
2021-05-26 16:21:29 +08:00
parent d22123a1d3
commit 5b0cf4c51f
2 changed files with 4 additions and 3 deletions

View File

@@ -96,7 +96,7 @@
<a class="btnXq" asp-action="OnLine" asp-controller="User" asp-route-productId="@item.ProductId" asp-route-account="@item.Account">
<button type="button" class="btnXq" style="margin-top:3px">查看在线</button>
</a>
<a class="btnXq" v-if="@item.ProductId==13||@item.ProductId==19" href="/User/AssignAddress?productId=@item.ProductId&account=@item.Account&password=@item.Pwd">
<a class="btnXq" v-if="@item.ProductId==19" href="/User/AssignAddress?productId=@item.ProductId&account=@item.Account&password=@item.Pwd">
<button type="button" class="btnXq" style="margin-top:3px">切换地区</button>
</a>