Commit 49ece1bf by 程默

fix

parent 8e8e2cf7
......@@ -115,7 +115,7 @@ export default {
let querys = scene.split("_");
if (querys) {
if (querys[0] == "goods") {
//商品详情 pid_123
//商品详情 goods_123
this.page = `/goods/${querys[1]}`;
this.params += `&spokesmanGroupId=${querys[2]}&spokesmanShopId=${
querys[3]
......
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