small-program/App.vue
@@ -14,7 +14,6 @@ let { code } = loginRes; let res = await that.$u.api.wxLogin({ code }) if (res && res.code === 200) { console.log(res, '==================登录成功'); // 判断有无openid if (res.data.openid) { await that.$store.commit('setOpenid', res.data.openid) @@ -26,7 +25,6 @@ // 判断有无用户信息 if (res.data.member) { await that.$store.commit('setUserInfo', res.data.member) await that.$store.commit('setOpenid', res.data.member.openId) } // 设置定位 await that.checkLocationAuth()