You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.2 KiB
43 lines
1.2 KiB
{layout name="layout2" /}
|
|
<style>
|
|
.describe dl { padding: 8px 20px; }
|
|
.describe dt,dd { display: inline-block; }
|
|
</style>
|
|
|
|
<div class="layui-card" style="box-shadow:none;">
|
|
<div class="layui-card-body">
|
|
<div class="describe">
|
|
<dl>
|
|
<dt>名称:</dt>
|
|
<dd>{$detail.name}</dd>
|
|
</dl>
|
|
|
|
<dl>
|
|
<dt>商家账号:</dt>
|
|
<dd>{$detail.account}</dd>
|
|
</dl>
|
|
|
|
<dl>
|
|
<dt>联系电话:</dt>
|
|
<dd>{$detail.mobile}</dd>
|
|
</dl>
|
|
|
|
<dl>
|
|
<dt>法人身份证:</dt>
|
|
<dd>{$detail.idcard}</dd>
|
|
</dl>
|
|
<dl>
|
|
<dt>安拆证明:</dt>
|
|
<dd><img src="{$detail.license[0]}" alt="安拆证明" style="width:50px;height:50px;margin:0 3px;"></dd>
|
|
</dl>
|
|
<dl>
|
|
<dt>审核状态:</dt>
|
|
<dd style="color:red;">{$detail.audit_status}</dd>
|
|
</dl>
|
|
<dl>
|
|
<dt>审核说明:</dt>
|
|
<dd>{$detail.audit_explain}</dd>
|
|
</dl>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|