Commit 85ea2b61 authored by zhengke's avatar zhengke

Merge branch 'master' of http://gitlab.oytour.com/viitto/million

parents 0c21791c 4bd1efdd
......@@ -36,7 +36,7 @@
},
methods: {
GotoDetails(item) {
this.CommonJump('/details/' + item.id + "/" + item.tcid, {});
this.CommonJump('/details/' + encodeURIComponent(item.id) + "/" + item.tcid, {});
}
}
}
......
......@@ -63,7 +63,7 @@
},
methods: {
GotoDetails(item) {
this.CommonJump('/details/' + item.id + "/" + item.tcid, {});
this.CommonJump('/details/' + encodeURIComponent(item.id) + "/" + item.tcid, {});
},
//调用
gerOrderList(){
......
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