Commit b0c9d48c by wangshuo

Merge branch '11-11' into dev

parents 7166e0ff 77363ffc
......@@ -180,7 +180,11 @@ class CollectBlessing extends Component {
history.push('/passport')
}
}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