Bläddra i källkod

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

tags/富茂链客4.1.0
刘晖 6 år sedan
förälder
incheckning
7c925517ae
1 ändrade filer med 7 tillägg och 0 borttagningar
  1. +7
    -0
      pages/main/index.js

+ 7
- 0
pages/main/index.js Visa fil

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


Laddar…
Avbryt
Spara