doum
22 小时以前 fa6202debd1e940f9f779c86d9d3084c7c7b5e83
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()