瀏覽代碼

首页游戏显示修改

tags/富茂链客4.1.0
刘晖 6 年之前
父節點
當前提交
0ba022e7c3
共有 1 個檔案被更改,包括 7 行新增1 行删除
  1. +7
    -1
      pages/main/index.js

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

@@ -356,13 +356,19 @@ Page({
_this.setData({
showGame: true
})
}else{
_this.setData({
showGame: false
})
}
_this.setData({
gamedata: res.data
})
})
.catch(err => {
console.log(err)
_this.setData({
showGame: false
})
})
},
/**


Loading…
取消
儲存