Kaynağa Gözat

产权交易

rongxin_prod
庞东旭 1 yıl önce
ebeveyn
işleme
3b85c2d90a
1 değiştirilmiş dosya ile 8 ekleme ve 4 silme
  1. +8
    -4
      src/views/project/projectDetail.vue

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

@@ -44,8 +44,8 @@
<van-row > <van-row >
<van-col span="2"><van-image src="../../static/images/icon/phone.png" style="vertical-align: text-top;" /></van-col> <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"> <template v-if="biddinglistInformation!=undefined&&biddinglistInformation.length>0">
<van-col span="5">{{biddinglistInformation[0].memberId}}</van-col>
<van-col span="4">{{biddinglistInformation[0].money}}元</van-col>
<van-col span="3">{{biddinglistInformation[0].memberId}}</van-col>
<van-col span="6">{{biddinglistInformation[0].money}}元</van-col>
<van-col span="4">领先</van-col> <van-col span="4">领先</van-col>
<van-col span="9">{{biddinglistInformation[0].createTime}}</van-col> <van-col span="9">{{biddinglistInformation[0].createTime}}</van-col>
</template> </template>
@@ -687,11 +687,15 @@ export default {
message: '出价成功', message: '出价成功',
duration:"1000", duration:"1000",
onClose:function(){ onClose:function(){
clearInterval(this.timer);
_this.reload() _this.reload()
_this.price = _this.price-_this.detail.ladderPrice;
if (_this.detail.biddingType=='自由竞价'||_this.detail.biddingType=='公开竞价'){
_this.price = null;
}else{
_this.price = _this.price-_this.detail.ladderPrice;
}
} }
}) })

} }
}) })
}); });


Yükleniyor…
İptal
Kaydet