@@ -29,8 +29,7 @@ export default {
},
onLoad() {
// 用户信息
- let user = uni.getStorageSync('userInfo');
- this.userInfo.openId = user.openId;
+ this.userInfo.openId = uni.getStorageSync('userInfoOpenId');
methods: {
// 绑定微信