- "adUxInfo"点击了分享后开发者工具报错[真机调试]
调试基础库 2.11.0 调试库,2.10.4也有这个问题 , 2.9.5 不会出现 代码片段就不发了,按照下面的方式就可以复现了 1 新建一个有云开发的小程序 2.在index页最后添加onShareAppMessage 方法 onShareAppMessage: function(res){ return { title: '自定义转发标题', path: '/pages/index/index' } } 3.真机调试时勾选 Pause on caught exceptions 4.点击了分享或者点击了但不发出去,直接返回都会报一个 TypeError: Cannot read property 'adUxInfo' of undefined 错误 希望可以解决
2020-05-06 - 分享报错Cannot read property 'adUxInfo'?
[图片] onShareAppMessage: function (res) { const that = this const thingDetail = that.data.thingDetail // const userId = that.data.userId==='none' ? that.data.userInfo._id : that.data.userId let userId if(that.data.userId==='none'){ userId = that.data.userInfo._id }else{ userId = that.data.userId } return { title: thingDetail.thingTitle, path: '/pages/detail/detail?isByShere=true&userId='+ userId + '&_id=' + thingDetail._id+"&category=" + thingDetail.categoryName, imageUrl: thingDetail.tempImages[0], fail: function(res){ that.showPrompt('暂时无法分享') } } } [图片] 这是为什么呀,我不知道我哪里有问题呀,真机调试只要点了分享就有这个
2020-04-24 - operationInfo Illegal invocation debug undefined?
[图片] 新建项目有云开发的 [图片] 新建项目没有云开发的 [图片] 因为之前的写的一个项目一直报图二的问题,我就试着新建了一个,还是这样,我这已经是用的低版本的开发工具了,之前用的最新的那个[图片]也是这个问题 我的那个项目现在又开始报这个问题,希望各位大哥给小弟点解决办法 [图片]
2020-04-24