Commit b28b5eff authored by beisir's avatar beisir

fix:我的拼团页面分享vccToken

parent c81c6ecd
...@@ -396,7 +396,7 @@ export function firstGroupShare(shareInfo, type) { ...@@ -396,7 +396,7 @@ export function firstGroupShare(shareInfo, type) {
}&vccToken=${encodeURIComponent('{token}')}`; }&vccToken=${encodeURIComponent('{token}')}`;
break; break;
case 1: case 1:
linkPath = `${config.localHost}/orderList/0`; linkPath = `${config.localHost}/orderList/0?&vccToken=${encodeURIComponent('{token}')}`;
break; break;
case 2: case 2:
case 3: case 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