zhao 7 tháng trước cách đây
mục cha
commit
19fa0ab653
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      nngkxxdp/src/main/resources/static/naxsb/indexsyyg.html

+ 3 - 3
nngkxxdp/src/main/resources/static/naxsb/indexsyyg.html

@@ -213,7 +213,7 @@
                             <img src="images/listlogo.png" alt="" />
                             <div class="name">{{tabl}}</div>
                         </li>
-                        <li class="more" @click="tsmore()" v-if="tab.subtitleList.length">
+                        <li class="more" @click="tsmore(tab.id)" v-if="tab.subtitleList.length">
                             探索更多>>
                         </li>
                     </ul>
@@ -242,8 +242,8 @@
             };
         },
         methods: {
-            tsmore() {
-                window.location.href = "indexcygyy.html"
+            tsmore(id) {
+                window.location.href = "indexcygyy.html?id="+this.currentTab;
             },
             getParkData() {
                 let that = this;