Explorar el Código

[显示][修复]:无广告时的错误提示

tags/jenkins-front-end-screenad-114-v78^0
hupeng hace 6 años
padre
commit
ff9d6e0e38
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      App.js

+ 2
- 0
App.js Ver fichero

@@ -237,6 +237,8 @@ codePushStatusDidChange(syncStatus) {
this.setState({adDataList : result.data.list});
if (this.updateContent()) {
this.setState({contentDisplayStatus: true})
} else {
this.setState({errorMessage : errorMsg.ERR_NO_DATA});
}
} else {
this.setState({contentDisplayStatus: false})


Cargando…
Cancelar
Guardar