|
@@ -168,6 +168,7 @@ const clickShare = (item) => {
|
|
shareLinkId: state.invite_code,
|
|
shareLinkId: state.invite_code,
|
|
myShareLinkId: state.detail.inviteCopyUrl,
|
|
myShareLinkId: state.detail.inviteCopyUrl,
|
|
currentInvitedNum: state.inviteCount,
|
|
currentInvitedNum: state.inviteCount,
|
|
|
|
+ postId: state.postId
|
|
}, {
|
|
}, {
|
|
'channel-name': item.name
|
|
'channel-name': item.name
|
|
});
|
|
});
|