diff --git a/buyer/src/App.vue b/buyer/src/App.vue index 56da9df3..71dbc4bc 100644 --- a/buyer/src/App.vue +++ b/buyer/src/App.vue @@ -31,7 +31,6 @@ export default { diff --git a/buyer/src/components/goodsDetail/ShowGoods.vue b/buyer/src/components/goodsDetail/ShowGoods.vue index 176cca5e..348def39 100644 --- a/buyer/src/components/goodsDetail/ShowGoods.vue +++ b/buyer/src/components/goodsDetail/ShowGoods.vue @@ -111,7 +111,7 @@ 库存{{skuDetail.quantity}} -
重量
核验码:{{order.order.verificationCode}}
{{ order.orderStatusValue }} 核验码:{{order.order.verificationCode}}
-订单号:{{ order.order.sn }}
+{{ order.orderStatusValue }}
+订单号:{{ order.order.sn }}
付款状态:{{order.payStatusValue}}
配送方式:{{order.deliveryMethodValue}}
配送状态:{{order.deliverStatusValue}}
@@ -235,10 +236,14 @@ table { } } .verificationCode { - font-size: 16px; - margin-left: 240px; + font-size: 20px; + margin-bottom: 20px; color: rgb(65, 63, 63); font-weight: bold; + text-align: center; + span{ + color: $theme_color; + } } /** 订单进度条 */ .progress { diff --git a/seller/src/views/order/order/orderList.vue b/seller/src/views/order/order/orderList.vue index c577c26c..fc38a8dc 100644 --- a/seller/src/views/order/order/orderList.vue +++ b/seller/src/views/order/order/orderList.vue @@ -30,8 +30,20 @@ + +