Authored by ccbikai(👎🏻🍜)

发票类型问题

... ... @@ -287,6 +287,10 @@ const orderDetailData = (uid, orderCode) => {
});
}
if (orderDetail.invoice) {
orderDetail.invoice.type = orderDetail.invoice.type === '2';
}
// 取消订单原因列表
let resons = closeReasons();
... ...