Browse Source

产权交易

rongxin_prod
庞东旭 1 year ago
parent
commit
002db23f23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/project/projectDetail.vue

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

@@ -400,7 +400,7 @@ export default {
getBiddingList(that.id).then(response =>{ getBiddingList(that.id).then(response =>{
that.biddinglistInformation = response.rows that.biddinglistInformation = response.rows
that.biddinglistInformationLength = response.total that.biddinglistInformationLength = response.total
if (that.detail.biddingType != '自由竞价'){
if (that.detail.biddingType == '阶梯竞价'){
if (response.rows.length>0&&that.detail.ladderPrice){ if (response.rows.length>0&&that.detail.ladderPrice){
if (that.price == 0){return;} if (that.price == 0){return;}
if (that.detail.biddingDirect == 2 ||that.detail.biddingDirect == '反向竞价') { if (that.detail.biddingDirect == 2 ||that.detail.biddingDirect == '反向竞价') {


Loading…
Cancel
Save