MrShi
11 小时以前 cd687c57b7c99cf9543bc4ae903e71ff0ef37a84
mini-program/App.vue
@@ -26,7 +26,7 @@
                     // 判断有无用户信息
                     if (res.data.member) {
                        await that.$store.commit('setUserInfo', res.data.member)
                        await that.$store.commit('setOpenId', res.data.member.openid)
                        await that.$store.commit('setOpenId', res.data.member.openId)
                     }
                     // 设置定位
                     await that.checkLocationAuth()