guhongwei il y a 3 ans
Parent
commit
ae37441353
2 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. 1 1
      public/home.html
  2. 2 1
      src/views/achieveLive/before.vue

+ 1 - 1
public/home.html

@@ -146,7 +146,7 @@
         },
         noticeBtn(){
           if (this.info.status=='1') {
-            window.location.href = `/platlive/achieveLive/detail?id=${this.info.id}`
+            window.location.href = `/platlive/achieveLive/detail?dock_id=${this.info.id}`
           }else{
             alert(`展会尚未开启,展会开始时间:${this.info.start_time}!`)
           }

+ 2 - 1
src/views/achieveLive/before.vue

@@ -51,7 +51,8 @@ export default {
     },
     dockBtn(data) {
       if (data.room_id == '1007') {
-        this.$router.push({ path: '/halltwo/directTwo', query: { dock_id: data.id } });
+        // this.$router.push({ path: '/halltwo/directTwo', query: { dock_id: data.id } });
+        this.$router.push({ path: '/achieveLive/detail', query: { dock_id: data.id } });
       } else {
         this.$router.push({ path: '/achieveLive/detail', query: { dock_id: data.id } });
       }