This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
weapp
/
C
Watch
8
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
66
Wiki
Activity
Browse Source
首页游戏显示修改
tags/富茂链客4.1.0
刘晖
6 years ago
parent
db6e960eee
commit
0ba022e7c3
1 changed files
with
7 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-1
pages/main/index.js
+ 7
- 1
pages/main/index.js
View File
@@ -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
})
})
},
/**
Write
Preview
Loading…
Cancel
Save