Kaynağa Gözat

产交问题修改

rongxin_prod
庞东旭 1 yıl önce
ebeveyn
işleme
18fe36eab1
3 değiştirilmiş dosya ile 8 ekleme ve 8 silme
  1. +3
    -3
      src/views/biddingHall/index.vue
  2. +2
    -2
      src/views/project/projectDetail.vue
  3. +3
    -3
      src/views/user/bidding/index.vue

+ 3
- 3
src/views/biddingHall/index.vue Dosyayı Görüntüle

@@ -115,11 +115,11 @@
<span style="color: #848484">当前价:</span>

<!--自由竞价竞价中-->
<span :style="{'font-size':'14px',color: {'正在报名': '#007E72','等待竞价': '#848484','等待成交': '#848484','已经成交': '#848484','正在竞价': '#c21F3a',}[item.projectShowStatus]}" v-if="item.biddingType=='自由竞价'&&item.deadline>0 && item.projectShowStatus != '已经成交'">*</span>
<span :style="{'font-size':'14px',color: {'正在报名': '#007E72','等待竞价': '#848484','等待成交': '#848484','已经成交': '#848484','正在竞价': '#c21F3a',}[item.projectShowStatus]}" v-if="item.biddingType=='自由竞价'&&item.deadline>0 && item.projectShowStatus == '正在竞价'">*</span>
<!--自由竞价竞价中-->
<span :style="{'font-size':'14px',color: {'正在报名': '#007E72','等待竞价': '#848484','等待成交': '#848484','已经成交': '#848484','正在竞价': '#c21F3a',}[item.projectShowStatus]}" v-if="(item.biddingType=='自由竞价'&&item.deadline<=0)&&item.money && item.projectShowStatus != '已经成交'">*</span>
<span :style="{'font-size':'14px',color: {'正在报名': '#007E72','等待竞价': '#848484','等待成交': '#848484','已经成交': '#848484','正在竞价': '#c21F3a',}[item.projectShowStatus]}" v-if="(item.biddingType=='自由竞价'&&item.deadline<=0)&&item.money && item.projectShowStatus == '正在竞价'">*</span>
<!--自由竞价竞价结束(有人出价)-->
<span :style="{'font-size':'14px',color: {'正在报名': '#007E72','等待竞价': '#848484','等待成交': '#848484','已经成交': '#848484','正在竞价': '#c21F3a',}[item.projectShowStatus]}" v-if="(item.biddingType=='自由竞价'&&item.deadline<=0)&&item.money && item.projectShowStatus == '已经成交'">{{item.money}}{{item.priceUnit}}</span>
<span :style="{'font-size':'14px',color: {'正在报名': '#007E72','等待竞价': '#848484','等待成交': '#848484','已经成交': '#848484','正在竞价': '#c21F3a',}[item.projectShowStatus]}" v-if="(item.biddingType=='自由竞价'&&item.deadline<=0)&&item.money && item.projectShowStatus != '正在竞价'">{{item.money}}{{item.priceUnit}}</span>
<!--自由竞价竞价结束(无人出价)-->
<span :style="{'font-size':'14px',color: {'正在报名': '#007E72','等待竞价': '#848484','等待成交': '#848484','已经成交': '#848484','正在竞价': '#c21F3a',}[item.projectShowStatus]}" v-if="(item.biddingType=='自由竞价'&&item.deadline<=0)&&!item.money">暂无出价</span>



+ 2
- 2
src/views/project/projectDetail.vue Dosyayı Görüntüle

@@ -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.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">
@@ -187,7 +187,7 @@
<van-tab title="竞价记录" title-style="font-size:12px;">
<p class="delTitle">竞价记录</p>
<div class="biddingList">
<p v-if="detail.biddingType == '自由竞价' && detail.projectShowStatus != '已经成交'">友情提示:自由竞价方式下,项目成交前不显示竞价记录!</p>
<p v-if="detail.biddingType == '自由竞价' && detail.projectShowStatus == '正在竞价'">友情提示:自由竞价方式下,项目正在竞价不显示竞价记录!</p>
<table v-else width="100%" cellspacing="0">
<tr>
<td>出价人</td>


+ 3
- 3
src/views/user/bidding/index.vue Dosyayı Görüntüle

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

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


Yükleniyor…
İptal
Kaydet