From 53264cb6e428e2bf37cd27a25c5ad7efef446e07 Mon Sep 17 00:00:00 2001 From: "1054425342@qq.com" <1054425342@qq.com> Date: Fri, 19 Sep 2025 16:54:31 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E6=89=AD=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- subPackages/haveFeeling/detail.vue | 329 +++++++++++------------------ subPackages/haveFeeling/list.vue | 33 +-- 2 files changed, 135 insertions(+), 227 deletions(-) diff --git a/subPackages/haveFeeling/detail.vue b/subPackages/haveFeeling/detail.vue index 1663eb0..e1ccfc6 100644 --- a/subPackages/haveFeeling/detail.vue +++ b/subPackages/haveFeeling/detail.vue @@ -9,7 +9,7 @@ - + 收货地址 @@ -26,28 +26,29 @@ 商品信息 - - - - - - - {{ goods.goodsName || "-" }} - - - {{ goods.specValueOne }}-{{ goods.specValueTwo }} + + + + + + + + {{ goods.goodsName || "-" }} + + + {{ goods.specValueOne }}-{{ goods.specValueTwo }} + + + + 数量:{{ goods.quantity || 1 }} + ¥{{ goods.price }} - - - 数量:{{ goods.quantity || 1 }} - ¥{{ goods.price }} @@ -69,7 +70,7 @@ 积分抵扣 - -¥{{ orderDetail.pointsDeductAmount || "0.00" }} @@ -82,32 +83,6 @@ - - - 物流信息 - - - - {{ - orderDetail.expressCompany || "待发货" - }} - {{ - orderDetail.expressNo - }} - - - {{ getLogisticsStatusText(orderDetail.logisticsStatus) }} - - - - - - - - 订单信息 @@ -143,6 +118,29 @@ 订单备注 {{ orderDetail.remark }} + + 快递公司 + {{ orderDetail.delivery.expressName }} + + + 快递单号 + {{ + orderDetail.delivery.expressCode + }} + + + 发货时间 + {{ orderDetail.delivery.expressTime }} + @@ -151,26 +149,19 @@ - - + --> - - -