|
|
@@ -33,6 +33,10 @@ |
|
|
|
<van-col span="5">挂牌价</van-col> |
|
|
|
<van-col span="19" class="price"><span>{{detail.price}}</span> {{detail.unit}}</van-col> |
|
|
|
</van-row> |
|
|
|
<van-row v-if="detail.priceMax"> |
|
|
|
<van-col span="5">最高限价</van-col> |
|
|
|
<van-col span="19" class="money"><span>{{ detail.priceMax }}</span> 元</van-col> |
|
|
|
</van-row> |
|
|
|
<van-row> |
|
|
|
<van-col span="5">保证金</van-col> |
|
|
|
<van-col span="19" class="money"><span>{{ detail.deposit }}</span> 元</van-col> |
|
|
@@ -539,7 +543,11 @@ export default { |
|
|
|
if(this.getSignupData=="1"){ |
|
|
|
this.isSignup=true |
|
|
|
this.btnMsg="立即竞价" |
|
|
|
this.showBtn=true |
|
|
|
if(this.detail.biddingType!='线下竞价'){ |
|
|
|
this.showBtn=true |
|
|
|
}else{ |
|
|
|
this.btnMsg="立即竞价(暂不支持线上出价)" |
|
|
|
} |
|
|
|
// this.price=this.detail.ladderPrice?this.biddinglistInformation[0].money+this.detail.ladderPrice:this.biddinglistInformation[0].money+1 |
|
|
|
}else{ |
|
|
|
this.btnMsg="未报名" |
|
|
@@ -637,7 +645,11 @@ export default { |
|
|
|
if(this.getSignupData=="1"){ |
|
|
|
this.isSignup=true |
|
|
|
this.btnMsg="立即竞价" |
|
|
|
this.showBtn=true |
|
|
|
if(this.detail.biddingType!='线下竞价'){ |
|
|
|
this.showBtn=true |
|
|
|
}else{ |
|
|
|
this.btnMsg="立即竞价(暂不支持线上出价)" |
|
|
|
} |
|
|
|
// this.price=this.detail.ladderPrice?this.biddinglistInformation[0].money+this.detail.ladderPrice:this.biddinglistInformation[0].money+1 |
|
|
|
}else{ |
|
|
|
this.btnMsg="未报名" |
|
|
|