Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
mobileui
/
screenAd
Observar
3
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
273
Wiki
Atividade
Ver código fonte
[数据][修改]:取消异步执行
tags/jenkins-front-end-screenad-173-v100^0
hupeng
5 anos atrás
pai
7d20600665
commit
c002f19dff
1 arquivos alterados
com
3 adições
e
3 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+3
-3
App.js
+ 3
- 3
App.js
Ver arquivo
@@ -344,9 +344,9 @@ routine() {
}
async startAd() {
await
this.getBaseInfo()
await
this.getAdDataList(true)
await
this.hbRequest()
this.getBaseInfo()
this.getAdDataList(true)
this.hbRequest()
hbRequestCount = heartConfig.heartbeatInterval;
getAdDataCount =heartConfig.dataRefreshInterval;
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar