Commit f402b39e by xuzhenghua

test

parent 5f507a8e
...@@ -262,6 +262,9 @@ class BargainMiddlePage extends Component { ...@@ -262,6 +262,9 @@ class BargainMiddlePage extends Component {
this.getBargainInfo() this.getBargainInfo()
}
else if(res.data.code == 4030 || res.data.code == 4031){
this.props.history.push('/passport')
} else { } else {
Toast.info(res.data.msg, 2) Toast.info(res.data.msg, 2)
} }
......
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