- We分析统计的系统错误代码
undefined is not an object (evaluating \'JSON.stringify(a).replace\') @https://lib/WAServiceMainContext.js:1:667527 @https://lib/WAServiceMainContext.js:1:154164 Cannot read properties of undefined (reading \'replace\') TypeError: Cannot read properties of undefined (reading \'replace\') at Function.<anonymous> (https://lib/WAServiceMainContext.js:1:667527) at https://lib/WAServiceMainContext.js:1:166653 at https://lib/WAServiceMainContext.js:1:154159
07-11 - "plugin://wxa16657d57059e0f0/verify" 组件提示重复
学生验证功能正常, 控制台输出"plugin://wxa16657d57059e0f0/verify" has been used as another component or page. Please do not register multiple components or pages with the same alias.(env: macOS,mp,1.06.2405010; lib: 3.4.2)
06-03 - wx.createAnimation animation.opacity 报错为什么?
this.data.animation = wx.createAnimation({ duration: this.data.animationOption.duration, timingFunction: "linear", delay: 0 }); let animation = this.data.animation; if (isShow) { animation.opacity(0).step(); animation.opacity undefined???? Android 报错,iOS正常。 Cannot read property \'opacity\' of undefined TypeError: Cannot read property \'opacity\' of undefined at Wi._executeAnimation (https://components/dialog/dialog.js:112:19)
2022-06-30 - 视频号配置小程序服务菜单遇到的问题。
在蓝犀牛视频号助手配置服务菜单后页面出现的问题: iOS系统微信从视频号服务菜单唤起后头部的城市不显示,android系统进来显示。 android系统微信从视频号唤起页面不能上下滚动页面,iOS可以。
2022-03-07 - is not an object (evaluating 't.translateY')
https://developers.weixin.qq.com/miniprogram/dev/api/ui/animation/Animation.translateY.html 1 undefined is not an object (evaluating 't.translateY') 22次
2021-12-30 - CanvasContext.draw 回调不执行?
又出现老问题了,CanvasContext.draw 回调不执行了? 开发IDERC1.03.2012121
2021-01-28 - textarea 在组件中使用时,placeholder-class无效?
textarea 在组件中使用时,placeholder-class为什么无效?不同手机各有表现!!!!
2021-01-21 - 怎么关闭pc端小程序投放?
怎么关闭pc端小程序投放?
2020-12-22 - pc微信不支持padstart?
console.log('1'.padStart(2, '0'));
2020-12-18 - image 组件解析有问题?
<image src="https://imgqn.lanxiniu.com/131024_1569477375_bms_photo.jpeg?e=1596015483&token=Dpz1YqlKtm9JqrJToko6Xg23P5U833TC4Xeo1gv1:o99-2dnylmRjL8_810sF1_rrEO4="></image> <image src="http:\/\/imgqn.lanxiniu.com\/131024_1596017826_bms_photo.jpeg?e=1596018150&token=Dpz1YqlKtm9JqrJToko6Xg23P5U833TC4Xeo1gv1:_TnhAvTVRPEn7Z4qz6dt8Kyb1wI="></image> 第一张图横着显示;在浏览器都是竖向显示的。
2020-07-29