small-program/App.vue
@@ -39,7 +39,7 @@ let res = await that.$u.api.getMemberInfo({}) if (res.code === 200) { await that.$store.commit('setUserInfo', res.data) await that.$store.commit('setOpenid', res.data.openId) await that.$store.commit('setOpenid', res.data.openid) } // 设置定位 await that.checkLocationAuth()