소스 검색

首页游戏显示修改

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


불러오는 중...
취소
저장