问题模块 框架类型 问题类型 操作系统 操作系统版本 手机型号 微信版本
客户端 微信小程序 Bug iOS iOS 12.0.1 iPhone 6.7.3
- 当前 Bug 的表现(可附上截图)
{"errMsg":"getUserInfo:fail invalid scope","err_code":"-12001"}
- 提供一个最简复现 Demo
//授权登录动作(缓存userInfo)onGotUserInfo(e) { console.log("确认授权点击:",e); try { wepy.setStorageSync("userInfo",e.detail.userInfo); } catch (error) { collectErrInfo(error, 'onGotUserInfo setStorageSync'); } if (e && e.detail && e.detail.userInfo) { this.userInfo = e.detail.userInfo; // this.$parent.globalData.userInfo = e.detail.userInfo; login(this); this.$apply(); } else { collectErrInfo(e, 'onGotUserInfo'); }};
微信小程序开发问题解答
本文网址:http://www.91bianli.com/weixinxiaochengxu/35156.html