From 47265576b909b7c6d6fadfcf31cda22d3103ef9d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com>
Date: Mon, 24 Jun 2024 17:06:06 +0800
Subject: [PATCH] =?UTF-8?q?task=20=E4=B9=B3=E5=B1=B1=E4=BA=A7=E4=BA=A4=20?=
=?UTF-8?q?=E7=BA=BF=E4=B8=8B=E7=AB=9E=E4=BB=B7=E5=88=A4=E6=96=AD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/project/projectDetail.vue | 16 ++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)
diff --git a/src/views/project/projectDetail.vue b/src/views/project/projectDetail.vue
index 37293bbc..6e842934 100644
--- a/src/views/project/projectDetail.vue
+++ b/src/views/project/projectDetail.vue
@@ -33,6 +33,10 @@
挂牌价
{{detail.price}} {{detail.unit}}
+
+ 最高限价
+ {{ detail.priceMax }} 元
+
保证金
{{ detail.deposit }} 元
@@ -539,7 +543,11 @@ export default {
if(this.getSignupData=="1"){
this.isSignup=true
this.btnMsg="立即竞价"
- this.showBtn=true
+ if(this.detail.biddingType!='线下竞价'){
+ this.showBtn=true
+ }else{
+ this.btnMsg="立即竞价(暂不支持线上出价)"
+ }
// this.price=this.detail.ladderPrice?this.biddinglistInformation[0].money+this.detail.ladderPrice:this.biddinglistInformation[0].money+1
}else{
this.btnMsg="未报名"
@@ -637,7 +645,11 @@ export default {
if(this.getSignupData=="1"){
this.isSignup=true
this.btnMsg="立即竞价"
- this.showBtn=true
+ if(this.detail.biddingType!='线下竞价'){
+ this.showBtn=true
+ }else{
+ this.btnMsg="立即竞价(暂不支持线上出价)"
+ }
// this.price=this.detail.ladderPrice?this.biddinglistInformation[0].money+this.detail.ladderPrice:this.biddinglistInformation[0].money+1
}else{
this.btnMsg="未报名"