浏览代码

产权交易

rongxin_prod
庞东旭 2 年前
父节点
当前提交
e7d5db9462
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      src/views/project/projectDetail.vue

+ 2
- 2
src/views/project/projectDetail.vue 查看文件

@@ -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({


正在加载...
取消
保存