diff --git a/application/store/view/order/index.html b/application/store/view/order/index.html index 92b78d459..cb27cb965 100644 --- a/application/store/view/order/index.html +++ b/application/store/view/order/index.html @@ -210,8 +210,8 @@ - 会员昵称:{$vo.member.nickname|default='未设置会员昵称'}
- 会员手机:{$vo.member.phone|default='未设置会员手机'} + 会员昵称:{$vo.member.nickname|default='未设置会员昵称'|raw}
+ 会员手机:{$vo.member.phone|default='未设置会员手机'|raw} 订单单号:{$vo.order_no} {if $vo.type eq 3}套餐 {/if} @@ -284,4 +284,4 @@ {/if} -{/block} \ No newline at end of file +{/block}