修改语法错误

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) { async getUserInfoProfile(data) {
if (isWeixin()) { if (isWeixin()) {
let wechatInit = wechat() let wechatInit = wechat()
if (wechatInit) { if (wechatInit) {
await oAuth() await oAuth()
} }
} }
}, },
changeswitch(data) { changeswitch(data) {
this.switchActive = data this.switchActive = data
}, },