mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-23 18:00:29 +08:00
Update index.html
This commit is contained in:
parent
f3a30a8e19
commit
346b960e8e
@ -81,16 +81,9 @@
|
|||||||
</td>
|
</td>
|
||||||
<td class="nowrap">
|
<td class="nowrap">
|
||||||
<div>累计交易:<b class="color-blue">{$vo.order_amount_total+0}</b> 元</div>
|
<div>累计交易:<b class="color-blue">{$vo.order_amount_total+0}</b> 元</div>
|
||||||
<div>
|
<div>使用状态:{if $vo.status eq 0}<b class="color-red">已冻结</b>{elseif $vo.status eq 1}<b class="color-green">已激活</b>{/if}
|
||||||
使用状态:{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.pids'}-->
|
{notempty name='vo.pid0'}<b class="margin-left-5 color-red">临时绑定</b>{else}<b class="margin-left-5 color-desc">没有绑定</b>{/notempty}
|
||||||
<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}-->
|
<!--{/notempty}-->
|
||||||
</div>
|
</div>
|
||||||
<div>注册时间:{$vo.create_at|format_datetime}</div>
|
<div>注册时间:{$vo.create_at|format_datetime}</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user