Commit 8e8c6e9a by wangshuo

无奈之举

parent ccba6fa9
...@@ -49,6 +49,7 @@ class YarnWish extends Component { ...@@ -49,6 +49,7 @@ class YarnWish extends Component {
if(Number(data.activity_stage) === 0) { if(Number(data.activity_stage) === 0) {
this.props.history.push('/'); this.props.history.push('/');
return; return;
} }
this.setState({ this.setState({
activityStage: data.activity_stage // 0-不在活动时间 1-预热 2-正式 3-返场 activityStage: data.activity_stage // 0-不在活动时间 1-预热 2-正式 3-返场
......
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