From 0ce7c578c958a6915af77baf3f34b34bfd7200e3 Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Fri, 19 Jul 2024 10:58:50 +0800 Subject: [PATCH] =?UTF-8?q?Fix(=E5=95=86=E5=93=81=E8=AF=A6=E6=83=85):[#200?= =?UTF-8?q?9]=E5=95=86=E5=93=81=E9=A2=84=E8=AE=A1=E5=8F=91=E8=B4=A7?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E4=B8=BA72=E5=B0=8F=E6=97=B6=EF=BC=8C?= =?UTF-8?q?=E5=89=8D=E7=AB=AF=E6=98=BE=E7=A4=BA=E4=B8=BAnull?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/shop/GoodsCon/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/shop/GoodsCon/index.vue b/pages/shop/GoodsCon/index.vue index 789d704..7d21499 100644 --- a/pages/shop/GoodsCon/index.vue +++ b/pages/shop/GoodsCon/index.vue @@ -189,7 +189,9 @@ - {{ storeInfo.isFastPost == 1 ? "预计48小时内发货" : "预计发货时间:" + storeInfo.postTime }} + 预计48小时内发货 + 预计72小时内发货 + {{ "预计发货时间:" + storeInfo.postTime }}