Commit 26efacf5 by FE

Merge branch 'issue-20190920' into pre

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