Explorar el Código

首页固定入口游戏显示判断修改

tags/富茂链客4.1.0
刘晖 hace 6 años
padre
commit
7c925517ae
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. +7
    -0
      pages/main/index.js

+ 7
- 0
pages/main/index.js Ver fichero

@@ -334,12 +334,19 @@ Page({
_this.setData({
showIf: true
})
}else{
_this.setData({
showIf: false
})
}
_this.setData({
staticGamedata: res.data
})
})
.catch(err => {
_this.setData({
showIf: false
})
console.log(err)
})
},


Cargando…
Cancelar
Guardar