镜子功能发现功能

This commit is contained in:
2023-11-24 16:53:50 +08:00
parent 9051ddace1
commit 8f754aea83
35 changed files with 1796 additions and 130 deletions

2
app.js
View File

@@ -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: '', // 体验官区域