Selaa lähdekoodia

产权交易

rongxin_prod
庞东旭 1 vuosi sitten
vanhempi
commit
886ec1070b
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +2
    -2
      src/views/biddingHall/index.vue

+ 2
- 2
src/views/biddingHall/index.vue Näytä tiedosto

@@ -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){


Ladataan…
Peruuta
Tallenna