Commit a4cb63b5 by FE

rank list request condition modify 02

parent 7bcce587
......@@ -80,7 +80,7 @@ class Bargain extends Component {
});
// 砍价状态 0-砍价中,1砍价结束,待支付,2砍价过期(没有砍价记录没有砍价信息),3已购买
if (data.bargain_status && data.bargain_status !== 3) {
if (data.bargain_status === 0 || data.bargain_status === 1 ) {
this.getBargainRankList({
type: 0,
bargain_code: data.bargain_code
......
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