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