- 关于微信错误通知改版, 导致连续收到非本小程序内错误的信息
[图片][图片]
2020-12-28 - 微信公众平台客服聊天回复感叹号
[图片] [图片] 登录后发出的信息为感叹号, 但是客户可以接收到今天之前的消息历史丢失退出重登依然部分情况下提示登录超时复现: 浏览器扫码登录微信公众平台客服 问题小程序appid: wx1c91e15ebd6963f2
2020-11-03 - 直播插件1.1.x报错?
// app.json "live-player-plugin": { "version": "1.1.1", "provider": "wx2b03c6e691cd7370" } // app.js let livePlayer = requirePlugin('live-player-plugin') livePlayer.getShareParams() .then(res => { // 此处仅处理 }).catch(err => { console.log('get share params', err); }) 以上是简单代码及插件版本号, 错误小程序版本: 全版本 // 1. Cannot read property 'bottom' of null // 2. Cannot read property 'bottom' of null;at SelectorQuery callback function // 3. null is not an object (evaluating 't.bottom') https://res.servicewechat.com/weapp/release/wx1c91e15ebd6963f2/254/package/__plugin__/wx2b03c6e691cd7370/appservice.js:4087:719 https://lib/WASubContext.js:2:1067672 https://lib/WASubContext.js:2:111745 https://lib/WASubContext.js:2:1067959 r@https://lib/WASubContext.js:2:1067938 https://lib/WASubContext.js:2:1068086 https://lib/WASubContext.js:2:1772589 r@https://lib/WASubContext.js:2:1712330 https://lib/WASubContext.js:2:1712518 https://lib/WASubContext.js:2:778954 https://lib/WAServiceMainContext.js:2:251579 _@https://lib/WAServiceMainContext.js:2:78181 // 4. Cannot read property 'bottom' of null;at SelectorQuery callback function TypeError: Cannot read property 'bottom' of null at n.<anonymous> (https://usr//package/app-service.js:4088:720) at Function.<anonymous> (https://lib/WASubContext.js:1:1005077) at https://lib/WASubContext.js:1:1005360 at r (https://lib/WASubContext.js:1:1005333) at https://lib/WASubContext.js:1:1006751 at https://lib/WASubContext.js:1:1369487 at https://lib/WASubContext.js:1:1369460 at r (https://lib/WASubContext.js:1:1315363)
2020-07-11 - 微信小程序体验版空白?
[图片] 昨天的还是正常的今天就这样了 参数信息 [图片] 机型: iphone 6s/ iphone8 系统: IOS 13.x / IOS13.4 安卓无问题, IOS 微信版本: 7.0.14(最新版) 无问题
2020-07-02 - 新版添加的左上角小房子,返回首页tabbar无法展示,可复现
进入小房子出现的页面再进入二级页面操作等待一会,再返回,点击左上角小房子返回首页, tabbar无法展示
2019-09-30