浏览代码

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

tags/富茂链客4.1.0
刘晖 6 年前
父节点
当前提交
7c925517ae
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. +7
    -0
      pages/main/index.js

+ 7
- 0
pages/main/index.js 查看文件

@@ -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)
})
},


正在加载...
取消
保存