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