Commit abbda65a by wangshuo

跳转到我的宝箱页面

parent 85042f47
...@@ -56,7 +56,7 @@ class TeamInfo extends Component { ...@@ -56,7 +56,7 @@ class TeamInfo extends Component {
const {removable_data, info: {removable}} = this.state; const {removable_data, info: {removable}} = this.state;
if(removable > 0) { if(removable > 0) {
let current = removable_data[0]; let current = removable_data[0];
search = `?team_num=${current.team_num}&owner_uid=${current.captain_uid}`; search = `?id=${current.id}`;
} }
} }
this.props.history.push(`/year/yearTreasure${search}`); this.props.history.push(`/year/yearTreasure${search}`);
......
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