用户信息:
{:__('用户昵称')}:
{:__('绑定手机号')}:
收货信息:
{:__('收货人')}:
{:__('收货电话')}:
{:__('收货地址')}:
订单信息:
{:__('Order_no')}:
{:__('Redemption_time')}:
{:__('Total_points')}:
{if $logisticsObj}
{:__('发货时间')}:
{:__('快递公司')}:
{foreach name="expressObj" item="vo"}
{$vo.name|htmlentities}
{/foreach}
{:__('快递单号')}:
{/if}
商品信息:
{:__('Goods_info.name')}
{:__('Goods_info.image')}
{:__('Goods_info.points')}
{:__('Number')}
{$orderObj.goods_info.name|htmlentities}
{$orderObj.goods_info.points|htmlentities}
{$orderObj.number|htmlentities}