Commit c34e47b0 by wangshuo

邀请好友注册

parent 6503ec3d
...@@ -24,7 +24,7 @@ class Invite extends Component { ...@@ -24,7 +24,7 @@ class Invite extends Component {
if(uid === shareuid) { if(uid === shareuid) {
} else { } else {
if(getParam('new')) { if(getParam('new')) {
this.props.history.push(`/activity?shareuid=${shareuid}&inviteCode=${inviteCode}`); this.props.history.push(`/activity?shareuid=${shareuid}&inviteCode=${getParam('inviteCode')}`);
} }
} }
} }
......
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