|
|
@@ -497,7 +497,7 @@ export default { |
|
|
|
}) |
|
|
|
return; |
|
|
|
} |
|
|
|
if (this.detail.biddingDirect == '递减竞价'){ |
|
|
|
if (this.detail.biddingDirect == '反向竞价'){ |
|
|
|
// if (this.biddinglistInformation.length<1){ |
|
|
|
if(this.detail.price<=this.price){ |
|
|
|
this.$toast({ |
|
|
@@ -573,7 +573,7 @@ export default { |
|
|
|
}) |
|
|
|
}, |
|
|
|
add(){ |
|
|
|
if (this.detail.biddingDirect == '递减竞价'){ |
|
|
|
if (this.detail.biddingDirect == '反向竞价'){ |
|
|
|
if (this.biddinglistInformation.length<=1){ |
|
|
|
if(this.detail.price<this.price){ |
|
|
|
this.$toast({ |
|
|
|