From 4a6d23a9fa66e87bf0a3e653ae576c1cad67fa9d 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, 16 Oct 2023 15:56:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E6=9D=83=E4=BA=A4=E6=98=93=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/project/projectDetail.vue | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/views/project/projectDetail.vue b/src/views/project/projectDetail.vue index 1a7841a2..f88268da 100644 --- a/src/views/project/projectDetail.vue +++ b/src/views/project/projectDetail.vue @@ -459,8 +459,6 @@ export default { }) }) }) - - }); getWebConfig().then(response =>{ this.timeConfig = response.data[8].configValue; @@ -608,9 +606,9 @@ export default { clearInterval(this.timer); // _this.reload() _this.getBidding(); - if (_this.detail.delayPeriod != 0){ - _this.time = null; - } + // if (_this.detail.delayPeriod != 0){ + // _this.time = null; + // } if (_this.detail.biddingType=='自由竞价'||_this.detail.biddingType=='公开竞价'){ _this.price = null; }else{ @@ -724,9 +722,9 @@ export default { clearInterval(this.timer); // _this.reload() _this.getBidding(); - if (_this.detail.delayPeriod != 0){ - _this.time = null; - } + // if (_this.detail.delayPeriod != 0){ + // _this.time = null; + // } if (_this.detail.biddingType=='自由竞价'||_this.detail.biddingType=='公开竞价'){ _this.price = null; }else{