Sfoglia il codice sorgente

产权交易

rongxin_prod
庞东旭 2 anni fa
parent
commit
f4d4c453dd
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. +3
    -1
      src/views/project/projectDetail.vue

+ 3
- 1
src/views/project/projectDetail.vue Vedi File

@@ -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: '出价成功',


Caricamento…
Annulla
Salva