From 9c53a657b52344409d9eade0aeae042efd15563e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Tue, 20 Jun 2023 10:22:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E6=9D=83=E4=BA=A4=E6=98=93=E5=87=BA?= =?UTF-8?q?=E4=BB=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/project/projectDetail.vue | 5 +++-- src/views/sunVillage_info/list_signature.vue | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/views/project/projectDetail.vue b/src/views/project/projectDetail.vue index de6aa044..efe012dc 100644 --- a/src/views/project/projectDetail.vue +++ b/src/views/project/projectDetail.vue @@ -613,6 +613,7 @@ export default { duration:"1000", onClose:function(){ _this.reload() + _this.price = 0; } }) @@ -634,7 +635,7 @@ export default { } }else{ - if(this.biddinglistInformation[0].money <= this.price){ + if(this.biddinglistInformation[0].money <= (parseInt(this.price)+parseInt(this.detail.ladderPrice))){ this.$toast({ icon: 'fail', // 找到自己需要的图标 message: '出价不能高于当前出价最低价格', @@ -712,7 +713,7 @@ export default { return; } }else{ - if(this.biddinglistInformation[0].money>=this.price){ + if(this.biddinglistInformation[0].money>=(parseInt(this.price)-parseInt(this.detail.ladderPrice))){ this.$toast({ icon: 'fail', // 找到自己需要的图标 message: '出价不能低于当前出价最高价格', diff --git a/src/views/sunVillage_info/list_signature.vue b/src/views/sunVillage_info/list_signature.vue index fc61da25..d39c16dc 100644 --- a/src/views/sunVillage_info/list_signature.vue +++ b/src/views/sunVillage_info/list_signature.vue @@ -46,8 +46,8 @@
- -

电子合同

+ +

电子合同