Browse Source

产权交易

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

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

@@ -296,9 +296,9 @@ 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})
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})
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