浏览代码

产权交易

rongxin_prod
庞东旭 1年前
父节点
当前提交
d17e42bb3d
共有 1 个文件被更改,包括 26 次插入2 次删除
  1. +26
    -2
      src/views/biddingHall/index.vue

+ 26
- 2
src/views/biddingHall/index.vue 查看文件

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


正在加载...
取消
保存