| @@ -318,7 +318,7 @@ export default { | |||||
| } | } | ||||
| }, | }, | ||||
| created() { | created() { | ||||
| clearInterval(this.timer); | |||||
| this.reload(); | this.reload(); | ||||
| }, | }, | ||||
| methods: { | methods: { | ||||
| @@ -562,6 +562,7 @@ export default { | |||||
| }, | }, | ||||
| offerFirst(){ | offerFirst(){ | ||||
| clearInterval(this.timer); | |||||
| let newMoney; | let newMoney; | ||||
| projectNewBidMoney(this.id).then(response =>{ | projectNewBidMoney(this.id).then(response =>{ | ||||
| if (response.data&&response.code==200){ | if (response.data&&response.code==200){ | ||||
| @@ -686,6 +687,7 @@ export default { | |||||
| biddingSubmit(data).then(response =>{ | biddingSubmit(data).then(response =>{ | ||||
| let _this = this | let _this = this | ||||
| if(response){ | if(response){ | ||||
| clearInterval(this.timer); | |||||
| this.$toast({ | this.$toast({ | ||||
| icon: 'success', // 找到自己需要的图标 | icon: 'success', // 找到自己需要的图标 | ||||
| message: '出价成功', | message: '出价成功', | ||||