|
@@ -208,7 +208,7 @@ export default {
|
|
|
srcContentId: this.detail.srcContentId || '',
|
|
|
postNickName: this.detail.srcUserId || '',
|
|
|
createTime: Date.now(),
|
|
|
- jump_type: 'jump_info',
|
|
|
+ jump_type: 'tool_box',
|
|
|
};
|
|
|
Cookies.set('jump_info', JSON.stringify(pickupInfo), { expires: 1000 });
|
|
|
},
|