修改语法错误
This commit is contained in:
@ -313,14 +313,14 @@ export default {
|
||||
}
|
||||
},
|
||||
// 申请获取用户信息
|
||||
getUserInfoProfile(data) {
|
||||
if (isWeixin()) {
|
||||
let wechatInit = wechat()
|
||||
if (wechatInit) {
|
||||
await oAuth()
|
||||
}
|
||||
}
|
||||
},
|
||||
async getUserInfoProfile(data) {
|
||||
if (isWeixin()) {
|
||||
let wechatInit = wechat()
|
||||
if (wechatInit) {
|
||||
await oAuth()
|
||||
}
|
||||
}
|
||||
},
|
||||
changeswitch(data) {
|
||||
this.switchActive = data
|
||||
},
|
||||
|
Reference in New Issue
Block a user