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() @@ -108,7 +108,7 @@ locParam, success: function(res) { console.log(res, '==================获取地址'); that.$store.commit('setPosition', ) that.$store.commit('setPosition', res) that.$isResolve() }, fail: (err) => {