修改语法错误

This commit is contained in:
taozi
2022-01-11 10:14:50 +08:00
parent 7fd577d574
commit 6268109c92

View File

@ -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
},