Sfoglia il codice sorgente

产权交易

rongxin_prod
庞东旭 1 anno fa
parent
commit
006e6a3679
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/views/project/projectDetail.vue

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

@@ -555,7 +555,7 @@ export default {
this.timeConfig = response.data[8].configValue;
response.data.map(item =>{
if(item.configKey=="cqjy.website.bidInfo"){
this.webConfig += item.configValue
this.webConfig = item.configValue
}
})
});


Caricamento…
Annulla
Salva