Sfoglia il codice sorgente

产交报名时,增加竞价须知内容预览

rongxin_dev
张泽亮 1 settimana fa
parent
commit
85352595c6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/views/project/signUp.vue

+ 1
- 1
src/views/project/signUp.vue Vedi File

@@ -301,7 +301,7 @@ export default {
this.bankName = res.data.bankName this.bankName = res.data.bankName
}); });
getWebConfig().then(response =>{ getWebConfig().then(response =>{
this.xzConfig = response.data[7].configValue;
this.xzConfig = response.data[6].configValue;
this.fwxyConfig = response.data[15].configValue; this.fwxyConfig = response.data[15].configValue;
this.cnsConfig = response.data[16].configValue; this.cnsConfig = response.data[16].configValue;
}); });


Caricamento…
Annulla
Salva