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 {