Commit 4bd1efdd authored by 黄奎's avatar 黄奎

页面修改

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