Commit 59462332 authored by zhengke's avatar zhengke

修改

parent c537e89e
......@@ -245,7 +245,7 @@
<i class="iconfont icon-hangchenganpai"></i>
PDF下载
</li>
<li @click="goUrlTrip()" style="display:none;">
<li @click="goUrlTrip()">
<i class="iconfont icon-hangchenganpai"></i>
行程
</li>
......@@ -1080,7 +1080,10 @@ export default {
goUrlTrip(){
this.$router.push({
name: "newTrip",
query: {}
query: {
ID : decodeURIComponent(this.$route.params.id),
tcid : decodeURIComponent(this.$route.params.tcid)
}
})
},
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