...
|
...
|
@@ -290,7 +290,7 @@ const orderDetailData = (uid, orderCode) => { |
|
|
}
|
|
|
|
|
|
if (orderDetail.invoice) {
|
|
|
orderDetail.invoice.type = orderDetail.invoice.type === '2';
|
|
|
orderDetail.invoice.type = (orderDetail.invoice.type + '' === '2');
|
|
|
}
|
|
|
|
|
|
// 取消订单原因列表
|
...
|
...
|
|