ソースを参照

首页游戏显示修改

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
})
})
},
/**


読み込み中…
キャンセル
保存