Commit 59462332 authored by zhengke's avatar zhengke

修改

parent c537e89e
...@@ -245,7 +245,7 @@ ...@@ -245,7 +245,7 @@
<i class="iconfont icon-hangchenganpai"></i> <i class="iconfont icon-hangchenganpai"></i>
PDF下载 PDF下载
</li> </li>
<li @click="goUrlTrip()" style="display:none;"> <li @click="goUrlTrip()">
<i class="iconfont icon-hangchenganpai"></i> <i class="iconfont icon-hangchenganpai"></i>
行程 行程
</li> </li>
...@@ -1080,7 +1080,10 @@ export default { ...@@ -1080,7 +1080,10 @@ export default {
goUrlTrip(){ goUrlTrip(){
this.$router.push({ this.$router.push({
name: "newTrip", name: "newTrip",
query: {} query: {
ID : decodeURIComponent(this.$route.params.id),
tcid : decodeURIComponent(this.$route.params.tcid)
}
}) })
}, },
handleScroll(){ handleScroll(){
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment