Sfoglia il codice sorgente

乳山产交竞价详情竞价记录结束显示

rongxin_prod
庞东旭 1 anno fa
parent
commit
9b94090380
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/views/project/projectDetail.vue

+ 1
- 1
src/views/project/projectDetail.vue Vedi File

@@ -39,7 +39,7 @@
</van-row>
</div>

<div class="lead" v-if="((detail.biddingType=='自由竞价' || detail.biddingType=='1')&&detail.projectShowStatus!='正在竞价') || (detail.biddingType!='自由竞价' && detail.biddingType!='1')">
<div class="lead" v-if="((detail.biddingType=='自由竞价' || detail.biddingType=='1')&&detail.projectShowStatus!='正在竞价'&&detail.projectShowStatus!='等待竞价') || (detail.biddingType!='自由竞价' && detail.biddingType!='1')">
<van-row >
<van-col span="2"><van-image src="../../static/images/icon/phone.png" style="vertical-align: text-top;" /></van-col>
<template v-if="biddinglistInformation!=undefined&&biddinglistInformation.length>0">


Caricamento…
Annulla
Salva