Commit 77363ffc by wangshuo

邀请好友判断是否是APP

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