|
|
@@ -296,9 +296,9 @@ export default { |
|
|
|
time = endDate-nowDate>0?endDate-nowDate:0 |
|
|
|
} |
|
|
|
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}) |
|
|
|
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{ |
|
|
|
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}) |
|
|
|
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){ |
|
|
|