From 6e626f6e11b8bc770fb43625a7de94daf11d07aa Mon Sep 17 00:00:00 2001 From: 15386982806 Date: Tue, 16 Jan 2024 17:27:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B9=B0=E5=AE=B6=E7=AB=AF=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E9=80=80=E6=AC=BE=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buyer/src/pages/home/orderCenter/MyOrder.vue | 6 +++--- buyer/src/pages/home/orderCenter/OrderDetail.vue | 4 +--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/buyer/src/pages/home/orderCenter/MyOrder.vue b/buyer/src/pages/home/orderCenter/MyOrder.vue index 9fa6b5ff..63849d40 100644 --- a/buyer/src/pages/home/orderCenter/MyOrder.vue +++ b/buyer/src/pages/home/orderCenter/MyOrder.vue @@ -52,7 +52,7 @@
{{ goods.name }}
{{ goods.goodsPrice | unitPrice("¥") }} x {{ goods.num }} - {{refundPriceList(goods.isRefund)}} {{ goods.refundPrice | unitPrice("¥") }} + {{refundPriceList(goods.isRefund)}}
@@ -162,11 +162,11 @@ export default { case 'PART_REFUND': return "部分退款"; case 'NO_REFUND': - return "未退款"; + return ""; case 'REFUNDING': return "退款中"; default: - return "未退款"; + return ""; } }, goodsDetail (skuId, goodsId) { diff --git a/buyer/src/pages/home/orderCenter/OrderDetail.vue b/buyer/src/pages/home/orderCenter/OrderDetail.vue index 0a14fb6f..39d75a59 100644 --- a/buyer/src/pages/home/orderCenter/OrderDetail.vue +++ b/buyer/src/pages/home/orderCenter/OrderDetail.vue @@ -30,6 +30,7 @@ size="small" >取消订单 +

核验码:{{ order.order.verificationCode }} @@ -72,9 +73,6 @@

支付方式:{{ order.paymentMethodValue }}

付款状态:{{ order.payStatusValue }}

-
- -

配送信息

配送方式:{{ order.deliveryMethodValue }}