mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
修改绑定状态
This commit is contained in:
parent
36a73db6ed
commit
7498908070
@ -47,7 +47,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td class="nowrap">
|
<td class="nowrap">
|
||||||
|
{notempty name='vo.address_idcode'}
|
||||||
<div>身份证号:{$vo.address_idcode|default='-'}</div>
|
<div>身份证号:{$vo.address_idcode|default='-'}</div>
|
||||||
|
{/notempty}
|
||||||
<div>收货姓名:{$vo.address_name|default='-'}<span class="margin-left-5 color-blue">{$vo.address_phone}</span></div>
|
<div>收货姓名:{$vo.address_name|default='-'}<span class="margin-left-5 color-blue">{$vo.address_phone}</span></div>
|
||||||
<div>收货地址:{$vo.address_province|default='-'}{$vo.address_city}{$vo.address_area}{$vo.address_content}</div>
|
<div>收货地址:{$vo.address_province|default='-'}{$vo.address_city}{$vo.address_area}{$vo.address_content}</div>
|
||||||
<div>提交时间:{$vo.address_datetime|format_datetime}</div>
|
<div>提交时间:{$vo.address_datetime|format_datetime}</div>
|
||||||
|
@ -41,7 +41,14 @@
|
|||||||
<td class="nowrap">
|
<td class="nowrap">
|
||||||
{notempty name='vo.from'}
|
{notempty name='vo.from'}
|
||||||
<div class="headimg" data-tips-image data-lazy-src="{$vo.from.headimg|default='__ROOT__/static/theme/img/headimg.png'}"></div>
|
<div class="headimg" data-tips-image data-lazy-src="{$vo.from.headimg|default='__ROOT__/static/theme/img/headimg.png'}"></div>
|
||||||
<div class="inline-block">
|
<div class="inline-block text-middle">
|
||||||
|
<!--{notempty name='vo.pids'}-->
|
||||||
|
<span class="layui-badge layui-badge-middle layui-bg-green">永久</span>
|
||||||
|
<!--{else}-->
|
||||||
|
<span class="layui-badge layui-badge-middle layui-bg-red">临时</span>
|
||||||
|
<!--{/notempty}-->
|
||||||
|
</div>
|
||||||
|
<div class="inline-block text-middle">
|
||||||
<div>
|
<div>
|
||||||
{notempty name='vo.from.username'}
|
{notempty name='vo.from.username'}
|
||||||
姓名:<span class="color-blue">{$vo.from.username|default='-'}</span>
|
姓名:<span class="color-blue">{$vo.from.username|default='-'}</span>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user