以下为小程序后台出现的错误内容,请问如何解决?
Cannot read property 'avatar' of undefined
TypeError: Cannot read property 'avatar' of undefined
at success (https://miniprogram:///pages/index/index.js:208:55)
at Function.i.<computed> (https://lib/WASubContext.js:2:1837671)
at https://lib/WASubContext.js:2:112384
at d (https://lib/WASubContext.js:2:467131)
at Function.<anonymous> (https://lib/WASubContext.js:2:629975)
at https://lib/WASubContext.js:2:112384
at https://lib/WASubContext.js:2:604669
可以检查一下js代码里面用到'avatar'属性的地方,比如请求api返回的数据 const { userinfo } = await api请求, 解构出来的userinfo如果是undefined,使用userinfo.avatar就会报错
我这边也不能正常使用
客户端版本:7.0.20 小程序版本:2.0.9 从11月11号开始到13号都有上面的错误,现在不能正常使用,请尽快回复如何解决,谢谢!