|
@@ -299,16 +299,15 @@ const handleStatus = (callback) => {
|
|
state.page = '封面页'
|
|
state.page = '封面页'
|
|
state.cover_status = '奖励已被领光'
|
|
state.cover_status = '奖励已被领光'
|
|
state.btn_loading = false
|
|
state.btn_loading = false
|
|
- // Report.reportLog({
|
|
|
|
- // pageSource: Report.pageSource.expiredPage,
|
|
|
|
- // businessType: Report.businessType.pageView,
|
|
|
|
- // postId: state.postId,
|
|
|
|
- // shareLinkId: state.invite_code,
|
|
|
|
- // myShareLinkId: state.detail.inviteCopyUrl,
|
|
|
|
- // currentInvitedNum: state.inviteCount,
|
|
|
|
- // postId: state.postId,
|
|
|
|
- // redPacketType: Report.redPacketType.treasure
|
|
|
|
- // });
|
|
|
|
|
|
+ Report.reportLog({
|
|
|
|
+ pageSource: Report.pageSource.expiredPage,
|
|
|
|
+ businessType: Report.businessType.pageView,
|
|
|
|
+ postId: state.postId,
|
|
|
|
+ shareLinkId: state.invite_code,
|
|
|
|
+ myShareLinkId: state.detail.inviteCopyUrl,
|
|
|
|
+ currentInvitedNum: state.inviteCount,
|
|
|
|
+ redPacketType: Report.redPacketType.treasure
|
|
|
|
+ });
|
|
return
|
|
return
|
|
}
|
|
}
|
|
callback && callback()
|
|
callback && callback()
|