doum
2026-04-23 4c05c83588cdf21c1a8da3e41ad09dfc4f043b55
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()