Commit 6e957a73 by zhanghaozhe

宝箱

parent b8f2b499
......@@ -103,8 +103,8 @@ class TeamInfo extends Component {
if (!getParam('version')) {
//todo 跳转
this.props.history.push('/box/landing?origin=1&treasure_code=' + treasure_code);
// window.location.assign('https://h5.julyedu.com/box/landing?origin=1&treasure_code=' + treasure_code);
// this.props.history.push('/box/landing?origin=1&treasure_code=' + treasure_code);
window.location.assign('https://h5.julyedu.com/box/landing?origin=1&treasure_code=' + treasure_code);
} else {
window.location.assign('https://h5.julyedu.com/box/landing?origin=1&treasure_code=' + treasure_code + '&version='+ getParam('version'));
}
......
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