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;