Commit 1e502db9 by zhanghaozhe

Merge branch 'box'

parents b223bd57 d294372d
...@@ -217,9 +217,9 @@ class Landing extends Component { ...@@ -217,9 +217,9 @@ class Landing extends Component {
const {history} = this.props const {history} = this.props
this.joinSuccessPopup && this.joinSuccessPopup.remove() this.joinSuccessPopup && this.joinSuccessPopup.remove()
if (getParam('version')) { if (getParam('version')) {
window.location.assign(`https://m.julyedu.com/year/yearTreasure?id=${id}&version=${getParam('version')}`) window.location.assign(`https://m.julyedu.com/box/yearTreasure?id=${id}&version=${getParam('version')}`)
} else { } else {
window.location.assign(`https://m.julyedu.com/year/yearTreasure?id=${id}`) window.location.assign(`https://m.julyedu.com/box/yearTreasure?id=${id}`)
} }
} }
......
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