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
0ba022e7c3
commit
7c925517ae
1 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
pages/main/index.js
+ 7
- 0
pages/main/index.js
View File
@@ -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)
})
},
Write
Preview
Loading…
Cancel
Save