Commit bdf2181b by FE

get to use about btn of shengqi

parent a9721374
...@@ -213,7 +213,8 @@ class BargainMiddlePage extends Component { ...@@ -213,7 +213,8 @@ class BargainMiddlePage extends Component {
this.setState({ this.setState({
isShowOverlay: true, isShowOverlay: true,
status: 5, status: 5,
}) });
this.getBargainInfo();
} else { } else {
Toast.info(res.data.msg, 2) Toast.info(res.data.msg, 2)
} }
......
...@@ -119,6 +119,7 @@ class Bargain extends Component { ...@@ -119,6 +119,7 @@ class Bargain extends Component {
isShowOverlay: true, isShowOverlay: true,
status: 1 status: 1
}); });
this.getBargainInfo(false);
} 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