From 4b5f861d8f52931ad22ec966d4b31c21b838c754 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E5=B9=B3=E8=89=BA?= <52643018@qq.com> Date: Thu, 25 Nov 2021 21:24:40 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=20?= =?UTF-8?q?=E9=A4=90=E5=8E=85=E7=9A=84=E5=95=86=E5=93=81=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E9=A1=B5=E5=BC=B9=E7=AA=97=E6=9C=AA=E5=BC=80=E5=8F=91=EF=BC=8C?= =?UTF-8?q?=E7=9B=B4=E6=8E=A5=E4=B8=8E=E6=99=AF=E5=8C=BA=E5=BC=B9=E6=A1=86?= =?UTF-8?q?=E5=85=B1=E7=94=A8(=E8=A7=A3=E5=86=B3=E5=95=86=E5=93=81?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E8=B4=AD=E4=B9=B0=E9=97=AE=E9=A2=98)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/goodsDetail/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/goodsDetail/index.vue b/pages/goodsDetail/index.vue index b2cfafa..c9ae415 100644 --- a/pages/goodsDetail/index.vue +++ b/pages/goodsDetail/index.vue @@ -736,6 +736,7 @@ } else if (type == 3) { //餐厅 this.canteen = true; + this.scenic_spot = true; // PS 餐厅弹窗未开发,直接与景区弹窗共用!!!!!! } else if (type == 4) { //车队 this.car = true;