有没有大佬解答一下?😭
Invalid character: \'\0\' 线上版本大量报错?Invalid character: \'\0\' @[native code] ready@https://usr//app-service.js:14333:59590 @https://lib/WASubContext.js:1:207637 @https://lib/WASubContext.js:1:207510 @https://lib/WASubContext.js:1:262905 @https://lib/WASubContext.js:1:378408 @https://lib/WASubContext.js:1:207637 triggerSetDataCallbacks@https://lib/WASubContext.js:1:358575 @https://lib/WASubContext.js:1:356810 ve@https://lib/WASubContext.js:1:305208 he@https://lib/WASubContext.js:1:304948 @https://lib/WASubContext.js:1:305782 @https://lib/WAServiceMainContext.js:1:634910 emit@https://lib/WAServiceMainContext.js:1:119175 dispatch@https://lib/WAServiceMainContext.js:1:126301 cb@https://lib/WAServiceMainContext.js:1:126797 emit@https://lib/WAServiceMainContext.js:1:118794 subscribeHandler@https://lib/WAServiceMainContext.js:1:122298 错误次数:5次 错误次数占比:4.8% 错误人数:1人 错误人数占比:25.0%
03-28bug一直在
iOS:自定义组件内的scroll-view开启scroll-anchoring导致渲染异常?https://developers.weixin.qq.com/miniprogram/dev/component/scroll-view.html#scroll-anchoring [图片] System: iPhone X, iOS 15.5, WeChat 8.0.23 WeChatLib: 2.24.5 (2022.6.2 11:35:43) LazyCodeLoading:true 真机情况下: 在自定义组件内,使用 <scroll-view/> 作为根节点,且开启 "scroll-anchoring", 会有机率导致 <scroll-view/>内的子节点(比如:<view/>)渲染成透明状态(节点可被点击并触发事件,调试器WXML中也存在节点,但就是透明)。 由于需要在 <scroll-view/> 中实现虚拟长列表,所以屏幕外的节点经常会在滚动过程中被渲染与销毁,而这些节点有一定机率会被渲染成透明状态,关闭 "scroll-anchoring" 之后一切正常。
2022-08-04一样的问题哎
updateShareMenu调用一次之后其他页面也被启用私密转发?wx.updateShareMenu被成功调用一次之后,其他页面使用onShareAppMessage也变成了私密调用?这么解决呢
2021-03-31我也是这个问题 是跟activityId有关吗 更新一次后别的页面分享也私密了
为了什么发了一次私密消息了,再分享其他正常页面,这些页面都不能转发了?我们只在指定页面加了私密分享,但是分享了一次私密消息,后续分享其他都是私密消息了。
2021-03-31我也想问 undefined is not an object (evaluating 'e.helps.filter') 一直报错
数组方法slice还有filter报错Cannot read property 'filter'?在开发工具里面不报错,正常使用,真机调试出错 数组方法 var gongxue = arr.filter((val)=>{ return val.type == "gong" }) 报错 Cannot read property 'filter' of undefined;at api request success callback function TypeError: Cannot read property 'filter' of undefined
2020-06-24