庞东旭 1 год назад
Родитель
Сommit
4d81070ce5
2 измененных файлов: 4 добавлений и 4 удалений
  1. +3
    -3
      src/views/biddingHall/index.vue
  2. +1
    -1
      src/views/project/index.vue

+ 3
- 3
src/views/biddingHall/index.vue Просмотреть файл

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


+ 1
- 1
src/views/project/index.vue Просмотреть файл

@@ -25,7 +25,7 @@
<p class="title">【{{item.rollout}}】{{item.projectName}}</p>
<p class="type">{{ item.projectShowStatus }}</p>
<p class="timeEnd">报名结束 {{ item.signupStopTime }}</p>
<p class="timeEnd">竞价结束 {{ item.biddingStopTime }}</p>
<p class="timeEnd">竞价结束 {{ item.biddingStopSetime }}</p>
<van-row>
<van-col span="12" class="money"><span>{{ item.price }}</span>{{ item.unit }}</van-col>
<van-col span="8" offset="4" class="time">{{ item.projectReleaseTime }}</van-col>


Загрузка…
Отмена
Сохранить