From 63fee6f2720c8ac5ffb056d5b20c4c655051636a Mon Sep 17 00:00:00 2001 From: Yer <17633066053@163.com> Date: Fri, 18 Aug 2023 18:49:34 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20:sparkles:=20=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E8=99=9A=E6=8B=9F=E5=95=86=E5=93=81=E4=B8=8D=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E5=9C=B0=E5=9D=80=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order/fillorder.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/order/fillorder.vue b/pages/order/fillorder.vue index 8f806a5..673a234 100644 --- a/pages/order/fillorder.vue +++ b/pages/order/fillorder.vue @@ -4,7 +4,7 @@
@@ -651,7 +651,7 @@ export default { }); return false; } - } else if (this.shippingText === "LOGISTICS") { + } else if (this.shippingText === "LOGISTICS" && this.orderMessage.cartTypeEnum != 'VIRTUAL') { if (!this.address.id) { uni.showToast({ title: "请选择地址", @@ -853,7 +853,7 @@ export default {