Bladeren bron

乳山产交问题修改

rongxin_prod
庞东旭 1 jaar geleden
bovenliggende
commit
4657dedaef
1 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  1. +3
    -3
      src/views/user/bidding/index.vue

+ 3
- 3
src/views/user/bidding/index.vue Bestand weergeven

@@ -45,21 +45,21 @@
<span :style="{'font-size':'14px', <span :style="{'font-size':'14px',
color: { color: {
'正在报名': '#007E72','等待竞价': '#848484','等待成交': '#848484','已经成交': '#848484','正在竞价': '#c21F3a', '正在报名': '#007E72','等待竞价': '#848484','等待成交': '#848484','已经成交': '#848484','正在竞价': '#c21F3a',
}[item.projectShowStatus]}" v-if="item.biddingType=='1'&&item.projectShowStatus=='正在竞价'">
}[item.projectShowStatus]}" v-if="item.biddingType=='1'&&item.projectShowStatus!='已经成交'">
* *
</span> </span>


<span :style="{'font-size':'14px', <span :style="{'font-size':'14px',
color: { color: {
'正在报名': '#007E72','等待竞价': '#848484','等待成交': '#848484','已经成交': '#848484','正在竞价': '#c21F3a', '正在报名': '#007E72','等待竞价': '#848484','等待成交': '#848484','已经成交': '#848484','正在竞价': '#c21F3a',
}[item.projectShowStatus]}" v-if="(item.biddingType!='1'&&item.money) || item.projectShowStatus=='等待成交'">
}[item.projectShowStatus]}" v-if="(item.biddingType=='1'&&item.projectShowStatus=='已经成交'&&item.money) || (item.biddingType!='1'&&item.money)">
{{item.money}}{{item.unit}} {{item.money}}{{item.unit}}
</span> </span>


<span :style="{'font-size':'14px', <span :style="{'font-size':'14px',
color: { color: {
'正在报名': '#007E72','等待竞价': '#848484','等待成交': '#848484','已经成交': '#848484','正在竞价': '#c21F3a', '正在报名': '#007E72','等待竞价': '#848484','等待成交': '#848484','已经成交': '#848484','正在竞价': '#c21F3a',
}[item.projectShowStatus]}" v-if="item.biddingType!='1'&&!item.money">
}[item.projectShowStatus]}" v-if="(item.biddingType!='1'&&!item.money) || (item.biddingType=='1'&&item.projectShowStatus=='已经成交'&&!item.money)">
暂无出价 暂无出价
</span> </span>
</p> </p>


Laden…
Annuleren
Opslaan