{{ getStatusDescription(order) }}
+{{ goods.productName || order.productName }}
+{{ goods.productName || '商品' }}
{{ goods.skuDesc }}
¥{{ formatAmount(goods.payAmount ?? order.payAmount ?? order.promotionPrice) }}
- x{{ goods.num || order.num || 1 }} +¥{{ formatAmount(goods.payAmount) }}
+ x{{ goods.num || 1 }}{{ order.logisticsInfo.title }}
-{{ order.logisticsInfo.desc }}
+{{ order.logisticsInfo.desc }}
{{ order.logisticsInfo.sub }}