Commit 651d05be authored by Xuguangxing's avatar Xuguangxing

fix

parent 7ae21150
...@@ -132,7 +132,8 @@ export default { ...@@ -132,7 +132,8 @@ export default {
goodsSpecialId: shareInfo.goodsSpecialId, goodsSpecialId: shareInfo.goodsSpecialId,
activityId: shareInfo.activityId, activityId: shareInfo.activityId,
templateId: shareInfo.templateId, templateId: shareInfo.templateId,
templateDetailId: shareInfo.templateDetailId templateDetailId: shareInfo.templateDetailId,
vccToken: '{token}'
}; };
switch (type) { switch (type) {
case 0: case 0:
......
...@@ -224,7 +224,7 @@ export default { ...@@ -224,7 +224,7 @@ export default {
templateId, templateId,
templateDetailIds, templateDetailIds,
activityId, activityId,
vccToken: localStorage.get('vccToken') || '' vccToken: ''
} }
}); });
} else { } else {
......
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