From 14d7f701ad31b976371c62546619407c906c0c22 Mon Sep 17 00:00:00 2001 From: gyq <875626088@qq.com> Date: Wed, 17 Dec 2025 15:59:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=A7=81=E5=9F=9F=E5=BC=95?= =?UTF-8?q?=E6=B5=81=E8=AE=A2=E5=8D=95=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/attract-popup.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/attract-popup.vue b/components/attract-popup.vue index 5fef6ec..44791f3 100644 --- a/components/attract-popup.vue +++ b/components/attract-popup.vue @@ -6,7 +6,7 @@ {{ form.title }} - + {{ form.content }} @@ -114,7 +114,7 @@ function showHandle() { case 'order': // 订单 只要包含用餐类型就显示 let shopMode = shopInfo.value.eatModel.split(','); - if (checkArrayElementsExist(shopMode, form.value.orderType)) { + if (checkArrayElementsExist(shopMode, form.value.orderType, true) && form.value.orderEnable) { show.value = true; } break;