【修复】拼团装修组件,跳转拼团商品界面的 id 不正确的问题
This commit is contained in:
@@ -130,7 +130,7 @@ const decryptSpm = (spm) => {
|
||||
query = shareParamsArray[2].split(',');
|
||||
shareParams.query = {
|
||||
id: query[0],
|
||||
activity_id: query[1],
|
||||
activity_id: query[1], // TODO 芋艿:接入分享后,应该统一成 id 参数
|
||||
};
|
||||
break;
|
||||
case '4':
|
||||
|
||||
Reference in New Issue
Block a user