Commit 77363ffc by wangshuo

邀请好友判断是否是APP

parent 36d96f0b
......@@ -180,9 +180,13 @@ class CollectBlessing extends Component {
history.push('/passport')
}
}else {
if(getParam('version')) {
history.push('/invite?version=' + getParam('version'))
} else {
history.push('/invite')
}
}
}
render() {
const {
......
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