{{ $i18n.locale === 'zh' ? '兑换人' : 'Exchanger' }}:{{
orderDetail.userName
}}
{{ $i18n.locale === 'zh' ? '礼品类型' : 'Gift Type' }}
{{ determineCommodityType }}
{{ $i18n.locale === 'zh' ? '联系方式' : 'Contact Details' }}:{{
orderDetail.phone
}}
{{ $i18n.locale === 'zh' ? '兑换要求' : 'Exchange requirements' }}
{{ orderDetail.point
}}{{ $i18n.locale === 'zh' ? '积分' : 'Integral' }}
+{{ orderDetail.price
}}{{ $i18n.locale === 'zh' ? '元' : 'RMB' }}
{{ $i18n.locale === 'zh' ? '收货地址' : 'Receive Address' }}:{{
$i18n.locale === 'zh'
? orderDetail.addressConcat
: orderDetail.address
}}
{{ $i18n.locale === 'zh' ? '兑换数量' : 'Exchange Quantity' }}
{{ orderDetail.exchangeQuantity }}
{{ $i18n.locale === 'zh' ? '消耗积分' : 'Consume Points' }}
{{ orderDetail.point }}