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 }}