guhongwei пре 4 година
родитељ
комит
752f98146b
1 измењених фајлова са 5 додато и 1 уклоњено
  1. 5 1
      src/views/hallList/parts/productlist.vue

+ 5 - 1
src/views/hallList/parts/productlist.vue

@@ -93,7 +93,11 @@ export default {
     },
     },
     // 查看成果
     // 查看成果
     check(item) {
     check(item) {
-      this.$router.push({ path: '/hallList/zongjie', query: { id: item.id } });
+      if (item.room_id == '1005') {
+        this.$router.push({ path: '/halltwo/detail', query: { dock_id: item.id } });
+      } else {
+        this.$router.push({ path: '/hallList/zongjie', query: { id: item.id } });
+      }
     },
     },
   },
   },
   computed: {
   computed: {