MrShi
2026-04-21 cce741189bfa7063cf0ee83e0a11df1ab539958c
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()