|
@@ -405,8 +405,9 @@ export default {
|
|
|
srcContentId: this.detail.srcContentId,
|
|
|
postNickName: this.detail.postBizData.postUserInfo.nickName,
|
|
|
createTime: Date.now(),
|
|
|
+ jump_type: 'luck_draw',
|
|
|
};
|
|
|
- Cookies.set('pickup_info', JSON.stringify(pickupInfo), { expires: 100 });
|
|
|
+ Cookies.set('jump_info', JSON.stringify(pickupInfo), { expires: 100 });
|
|
|
},
|
|
|
formatTime(time, _type = 'MM-DD HH:mm:ss') {
|
|
|
return moment(time).format(_type)
|