Showing
1 changed file
with
4 additions
and
0 deletions
@@ -287,6 +287,10 @@ const orderDetailData = (uid, orderCode) => { | @@ -287,6 +287,10 @@ const orderDetailData = (uid, orderCode) => { | ||
287 | }); | 287 | }); |
288 | } | 288 | } |
289 | 289 | ||
290 | + if (orderDetail.invoice) { | ||
291 | + orderDetail.invoice.type = orderDetail.invoice.type === '2'; | ||
292 | + } | ||
293 | + | ||
290 | // 取消订单原因列表 | 294 | // 取消订单原因列表 |
291 | let resons = closeReasons(); | 295 | let resons = closeReasons(); |
292 | 296 |
-
Please register or login to post a comment