终极提交~

This commit is contained in:
2019-10-27 20:15:29 +08:00
parent df11660e6a
commit 4131f1ac50
17 changed files with 588 additions and 118 deletions

View File

@ -220,7 +220,39 @@
{/if}
<!-- 发票信息 -->
{if $object['goodsType']==3}
<!-- 退款信息 -->
<div class='order-box'>
<div class='box-head'>助购信息</div>
<table class='wst-form'>
<tr>
<th width='100'>助购人:</th>
<td>{$object['helpUser']['userName']}</td>
</tr>
<tr>
<th width='100'>助购层级:</th>
<td>{$object['helpUserLevel']}</td>
</tr>
</table>
</div>
{/if}
<!-- 发票信息 -->
<div class='order-box'>