Browse Source

产权交易

rongxin_prod
庞东旭 1 year ago
parent
commit
d17e42bb3d
1 changed files with 26 additions and 2 deletions
  1. +26
    -2
      src/views/biddingHall/index.vue

+ 26
- 2
src/views/biddingHall/index.vue View File

@@ -296,9 +296,33 @@ export default {
time = endDate-nowDate>0?endDate-nowDate:0 time = endDate-nowDate>0?endDate-nowDate:0
} }
console.log(time) console.log(time)
this.infoList.push({content:item.projectName,biddingType:item.biddingType,deadline:time,currentPrice:item.price,priceUnit:item.unit,id:item.id,money:item.money,projectShowStatus:item.projectShowStatus,biddingStopTime:item.biddingStopTime,biddingStartTime:item.biddingStartTime,biddingStopSetime:item.biddingStopSetime})
this.infoList.push({
content:item.projectName,
biddingType:item.biddingType,
deadline:time,
currentPrice:item.price,
priceUnit:item.unit,
id:item.id,
money:item.money,
projectShowStatus:item.projectShowStatus,
biddingStopTime:item.biddingStopTime,
biddingStartTime:item.biddingStartTime,
biddingStopSetime:item.biddingStopSetime
})
}else{ }else{
this.infoList.push({content:item.projectName,biddingType:item.biddingType,deadline:0,currentPrice:item.price,priceUnit:item.unit,id:item.id,money:item.money,projectShowStatus:item.projectShowStatus,biddingStopTime:item.biddingStopTime,biddingStartTime:item.biddingStartTime,biddingStopSetime:item.biddingStopSetime})
this.infoList.push({
content:item.projectName,
biddingType:item.biddingType,
deadline:0,
currentPrice:item.price,
priceUnit:item.unit,
id:item.id,
money:item.money,
projectShowStatus:item.projectShowStatus,
biddingStopTime:item.biddingStopTime,
biddingStartTime:item.biddingStartTime,
biddingStopSetime:item.biddingStopSetime
})
} }
}) })
if(this.infoList.length >= response.total){ if(this.infoList.length >= response.total){


Loading…
Cancel
Save