[绑定关系,弹框]
This commit is contained in:
10
app.js
10
app.js
@@ -5,7 +5,7 @@
|
||||
|
||||
import api from "api/index"
|
||||
App({
|
||||
onLaunch() {
|
||||
onLaunch(options) {
|
||||
// 检查用户登录状态
|
||||
const token = wx.getStorageSync("token")
|
||||
if(token){
|
||||
@@ -49,10 +49,10 @@ App({
|
||||
wx.$api = api
|
||||
},
|
||||
globalData: {
|
||||
isUser : false,
|
||||
userInfo : null,
|
||||
barHeight: '',
|
||||
inviteText: '', // 邀请好友临时存储
|
||||
isUser : false,
|
||||
userInfo : null,
|
||||
barHeight : '',
|
||||
inviteText : '', // 邀请好友临时存储
|
||||
isExperience: '' // 体验官身份
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user