Browse Source

【修改】 餐厅的商品详情页弹窗未开发,直接与景区弹框共用(解决商品无法购买问题)

master
邓平艺 4 years ago
parent
commit
4b5f861d8f
  1. 1
      pages/goodsDetail/index.vue

1
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;

Loading…
Cancel
Save