Commit 89cea63d authored by beisir's avatar beisir

feat:alert preve

parent ac527412
......@@ -139,7 +139,7 @@ export default {
};
switch (type) {
case 0:
linkPath = `${config.localHost}/groupBuy/list?activityId=${shareInfo.activityId}`;
linkPath = `${config.localHost}/groupBuy/list?activityId=${shareInfo.activityId}&vccToken={token}`;
break;
case 1:
case 2:
......@@ -163,6 +163,7 @@ export default {
'pages/groupbuy/webview'
)}&terminal=1`;
const linkParams = encodeURIComponent(JSON.stringify({ url: linkPath }));
alert(linkPrve);
alert(`${linkPrve}&extraInfo=${linkParams}`);
return `${linkPrve}&extraInfo=${linkParams}`;
}
......
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