From cd4fcc74163d101aa251ef0af4eaf9183a7e98f5 Mon Sep 17 00:00:00 2001 From: guchengwuyue Date: Sat, 1 Jul 2023 16:31:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=AB=E9=80=92=E8=B4=B9=E7=94=A8=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order/OrderSubmission/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/order/OrderSubmission/index.vue b/pages/order/OrderSubmission/index.vue index 9f5ace4..cb5d341 100644 --- a/pages/order/OrderSubmission/index.vue +++ b/pages/order/OrderSubmission/index.vue @@ -73,7 +73,7 @@ 快递费用 - {{ orderGroupInfo.priceGroup.storePostage > 0 ? orderGroupInfo.priceGroup.storePostage : '免运费' }} + {{ orderPrice.payPostage > 0 ? orderPrice.payPostage : '免运费' }}