Commit 26efacf5 by FE

Merge branch 'issue-20190920' into pre

parents 5fd8c3bb bdf2181b
...@@ -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