Commit 651d05be authored by Xuguangxing's avatar Xuguangxing

fix

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