张泽亮 2 years ago
parent
commit
e1711c7757
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/views/project/projectDetail.vue

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

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


Loading…
Cancel
Save