镜子功能发现功能
This commit is contained in:
2
app.js
2
app.js
@@ -53,6 +53,7 @@ App({
|
||||
wx.getSystemInfo({
|
||||
success: res=>{
|
||||
this.globalData.barHeight = res.statusBarHeight
|
||||
this.globalData.safeArea = res.screenHeight - res.safeArea.bottom
|
||||
}
|
||||
})
|
||||
|
||||
@@ -75,6 +76,7 @@ App({
|
||||
isUser : false,
|
||||
userInfo : null,
|
||||
barHeight : '',
|
||||
safeArea : '',
|
||||
inviteText : '', // 邀请好友临时存储
|
||||
isExperience: '', // 体验官身份
|
||||
experienceAreaId: '', // 体验官区域
|
||||
|
||||
Reference in New Issue
Block a user