|
|
@@ -151,7 +151,7 @@ |
|
|
|
</div> |
|
|
|
<div class="list_li_time"> |
|
|
|
<p> |
|
|
|
<span style="color: #848484">竞价时间:{{item.biddingStartTime}} ~ {{item.biddingStopSetime}}</span> |
|
|
|
<span style="color: #848484">竞价时间:{{item.biddingStartTime}}~{{item.biddingStopSetime}}</span> |
|
|
|
</p> |
|
|
|
</div> |
|
|
|
|
|
|
@@ -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,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}) |
|
|
|
}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}) |
|
|
|
} |
|
|
|
}) |
|
|
|
if(this.infoList.length >= response.total){ |
|
|
|