{{$i18n.locale == "zh" ? shopDetail.commodityName :shopDetail.commodityNameEn}}
{{ $i18n.locale == "zh" ? "已结束" : "Ended" }}
{{ shopDetail.point }}
{{
$i18n.locale == "zh" ? "积分" : "Integral"
}}
{{ shopDetail.price }}
{{ $i18n.locale == 'zh' ? '元' : 'RMB' }}
{{ $i18n.locale == "zh" ? "礼品类型" : "Gift Type" }}:
{{ determineCommodityType }}
{{ $i18n.locale == "zh" ? "已兑换" : "Exchanged" }}:
{{
shopDetail.exchangeQuantity ? shopDetail.exchangeQuantity : "0"
}}
{{ $i18n.locale == "zh" ? "剩余" : "Surplus" }}:
{{
shopDetail.usageQuantity
}}
{{ $i18n.locale == "zh" ? "数量" : "Number" }}:
{{
$i18n.locale == "zh" ? "立即兑换" : "Exchange"
}}
{{
$i18n.locale == "zh" ? "立即兑换" : "Exchange"
}}