Update index.html

This commit is contained in:
邹景立 2021-03-26 16:54:25 +08:00
parent f3a30a8e19
commit 346b960e8e

View File

@ -81,16 +81,9 @@
</td>
<td class="nowrap">
<div>累计交易:<b class="color-blue">{$vo.order_amount_total+0}</b> </div>
<div>
使用状态:{if $vo.status eq 0}<b class="color-red">已冻结</b>{elseif $vo.status eq 1}<b class="color-green">已激活</b>{/if}
<!--{notempty name='vo.pids'}-->
<b class="margin-left-5 color-green">永久绑定</b>
<!--{else}-->
{notempty name='vo.pid0'}
<b class="margin-left-5 color-red">临时绑定</b>
{else}
<b class="margin-left-5 color-desc">没有绑定</b>
{/notempty}
<div>使用状态:{if $vo.status eq 0}<b class="color-red">已冻结</b>{elseif $vo.status eq 1}<b class="color-green">已激活</b>{/if}
<!--{notempty name='vo.pids'}--><b class="margin-left-5 color-green">永久绑定</b><!--{else}-->
{notempty name='vo.pid0'}<b class="margin-left-5 color-red">临时绑定</b>{else}<b class="margin-left-5 color-desc">没有绑定</b>{/notempty}
<!--{/notempty}-->
</div>
<div>注册时间:{$vo.create_at|format_datetime}</div>