Commit 7bcce587 by FE

rank list request condition modiyf

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