| @@ -459,8 +459,6 @@ export default { | |||||
| }) | }) | ||||
| }) | }) | ||||
| }) | }) | ||||
| }); | }); | ||||
| getWebConfig().then(response =>{ | getWebConfig().then(response =>{ | ||||
| this.timeConfig = response.data[8].configValue; | this.timeConfig = response.data[8].configValue; | ||||
| @@ -608,9 +606,9 @@ export default { | |||||
| clearInterval(this.timer); | clearInterval(this.timer); | ||||
| // _this.reload() | // _this.reload() | ||||
| _this.getBidding(); | _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=='公开竞价'){ | if (_this.detail.biddingType=='自由竞价'||_this.detail.biddingType=='公开竞价'){ | ||||
| _this.price = null; | _this.price = null; | ||||
| }else{ | }else{ | ||||
| @@ -724,9 +722,9 @@ export default { | |||||
| clearInterval(this.timer); | clearInterval(this.timer); | ||||
| // _this.reload() | // _this.reload() | ||||
| _this.getBidding(); | _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=='公开竞价'){ | if (_this.detail.biddingType=='自由竞价'||_this.detail.biddingType=='公开竞价'){ | ||||
| _this.price = null; | _this.price = null; | ||||
| }else{ | }else{ | ||||