rk
2026-04-22 1e4b7107d1eb58c0c209ae838930c15f6619c119
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()