From b51caa91356386a7d641b5d9abd99bc4cecb3bd0 Mon Sep 17 00:00:00 2001 From: misworga831 Date: Sat, 27 Jan 2024 10:50:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=96=B0=E7=94=A8=E6=88=B7=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E4=B8=8B=E5=8D=95=E6=97=B6=EF=BC=8C=E6=97=A0=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E6=97=A0=E6=B3=95=E4=B8=8B=E5=8D=95=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order/fillorder.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/order/fillorder.vue b/pages/order/fillorder.vue index 673a234..d3e94e7 100644 --- a/pages/order/fillorder.vue +++ b/pages/order/fillorder.vue @@ -651,7 +651,7 @@ export default { }); return false; } - } else if (this.shippingText === "LOGISTICS" && this.orderMessage.cartTypeEnum != 'VIRTUAL') { + } else if (this.shippingText === "LOGISTICS" && this.orderMessage.cartTypeEnum !== 'VIRTUAL') { if (!this.address.id) { uni.showToast({ title: "请选择地址",