mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update index.html
This commit is contained in:
parent
f3a30a8e19
commit
346b960e8e
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user