소스 검색

产权交易

rongxin_prod
庞东旭 1 년 전
부모
커밋
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>


불러오는 중...
취소
저장