From f3e43399f9e3414cccd94d1d145c6d9532f5eb5b Mon Sep 17 00:00:00 2001 From: freechen Date: Tue, 29 May 2018 19:23:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E8=AE=A2=E5=8D=95=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E4=BC=9A=E5=91=98=E4=BF=A1=E6=81=AF=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E6=97=A0=E6=98=B5=E7=A7=B0=E5=92=8C=E6=89=8B=E6=9C=BA=E7=9A=84?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/store/view/order/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}