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

电子合同

+ +

电子合同