请问解决了吗?
ios 企业微信 h5调用会话窗口成功后使用wx.closeWindow时,将会话窗口关闭了 ?功能:企业微信中h5页面调用openEnterpriseChat打开会话窗口成功后,关闭H5网页页面,在安卓手机上表现正常,在ios中调用closeWindow后会打开会话窗口后立刻关闭会话窗口并回到H5页面。 代码片段: let _this = this; this.$wx.openEnterpriseChat({ userIds: '', externalUserIds: this.external_userid, groupName: '', chatId: '', success() { _this.$wx.closeWindow(); }, fail: function(res) { if (res.errMsg.indexOf('function not exist') > -1) { alert('版本过低请升级'); } }, });
2023-10-24遇到了同样的问题
textarea文本域confirm-type='send' ?textarea真机调试好像支持confirm-type='send',但只有 安卓 能触发bindconfirm事件,ios不能触发
2020-12-22官方给的回复是释放内存,难道给弹窗提示用户先清掉其它应用的后台,再回来继续使用?这样也不太友好吧。
内存不足导致白屏怎么解决?小程序因内存不足导致的白屏,但又不是每次出现内存不足告警的时候都会白屏,请问有什么好的解决办法吗 目前我们的解决办法是监听onMemoryWarning,当触发内存不足告警的时候给它弹窗提示,让它手动点击确定然后relanuch到首页或我们定义的某个页面,但这回误杀一部分出现内存不足告警,但使用正常的用户。所以请问官方有没有好的解决方案?[图片] [图片]
2020-10-23同样遇到了这个问题,快速上滑动,到达顶部时,会直接跳到下一个页面的顶部。连滚动的动作都没有。也没有触发下一个页面的触顶事件。
scroll-view下拉后怎么保持滚动条位置?scroll-view做的下拉加载聊天记录,下拉后加载数据追加到前方 list = [...newList, ...list] scroll-view滚动条会直接到顶,能实现像qq,微信那样加载聊天记录吗?
2020-10-19官方一直在要能复现的代码,都说了这个可能跟用户使用习惯有关系(比如同时开启多个应用的后台),而且用户本身也不能问题复现,怎么给你复现问题?你们不能就开发反馈的这些现象自己排查一下吗?
微信小程序首页白屏问题怎么解决?长时间将小程序放在后台再次进入的时候,页面首页会出现白屏,首页写死的数据也不会展示,其他页面都正常显示,手动删除小程序重新打开就会恢复正常,这个问题怎么解决呢?
2020-08-19我这边也遇到了,发现一般是在用户日志文件大小接近5m的时候,比如4.9m,就会出现这个问题。而且用户经常会出现白屏的情况。麻烦亲排查一下。
意见反馈中的LogManager记录的日志有时拿不到- 当前 Bug 的表现(可附上截图) 通过LogManager把日志写入本地,然后用户在真机上点击意见反馈按钮提交日志,明确勾选了『允许开发者使用当前小程序日志作为修复问题的根据。』,但是在后台查看的时候经常没有下载日志的链接,只有少部分提交有日志,感觉是碰运气的。 - 预期表现 希望能下载到所有用户提交的日志
2020-07-01mark
miniprogram-ci 这个小程序官方包 在引入第三方库时,调用上传命令会报错官方文档: https://developers.weixin.qq.com/miniprogram/dev/devtools/ci.html 由于这个npm包代码未开源(代码压缩混淆了),没有相应的github 提bug区域,故此将bug提在这里 重现环境: miniprogram-ci 版本: 1.0.11、1.0.12 window10 企业版 64位系统 nodejs v10.16.3 npm 6.11.3 注意:mac os系统上没有此问题 最小可重现代码: https://github.com/bigmeow/miniprogram-ci-bug 重现步骤 1. 用小程序开发者工具新建立一个项目, npm init 2. 安装 `npm i @vant/weapp -S --production` 和 `npm i miniprogram-ci -D` 3. 编写 build.js, 修改其中的appid和私钥,后台关闭白名单 4. 运行命令 `node build.js` 问题 如果不引入第三方库,构建npm和上传都成功; 引入了第三方库,构建npm成功,上传失败报错;但是直接点击小程序开发者工具的上传则无问题 [图片] 报错代码: "miniprogram-ci": "1.0.11" 版本错误信息: (node:21612) UnhandledPromiseRejectionWarning: Error: ["usingComponents"]["van-icon"]: "../icon/ind ex" not found at Object.throwError (C:\project\github\bug\node_modules\miniprogram-ci\dist\utils\common.js:1: 274) at _checkComponentPath (C:\project\github\bug\node_modules\miniprogram-ci\dist\json\common.js:1 :2012) at Object.exports.checkComponentPath.t [as checkComponentPath] (C:\project\github\bug\node_modu les\miniprogram-ci\dist\json\common.js:1:2427) at checkComponentPath (C:\project\github\bug\node_modules\miniprogram-ci\dist\json\page\page.js :1:1537) at compilePageJSON (C:\project\github\bug\node_modules\miniprogram-ci\dist\json\page\page.js:1: 2249) (node:21612) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated e ither by throwing inside of an async function without a catch block, or by rejecting a promise whic h was not handled with .catch(). (rejection id: 1) (node:21612) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the futu re, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code. "miniprogram-ci": "1.0.12" 、 "miniprogram-ci": "1.0.13"、 "miniprogram-ci": "1.0.14" 版本错误信息: (node:23640) UnhandledPromiseRejectionWarning: Error: ["usingComponents"]["van-icon"]: "../icon/index" not found at Object.throwError (C:\project\github\bug\node_modules\miniprogram-ci\dist\utils\common.js:1:274) at _checkComponentPath (C:\project\github\bug\node_modules\miniprogram-ci\dist\json\common.js:1:2120) at Object.exports.checkComponentPath.t [as checkComponentPath] (C:\project\github\bug\node_modules\miniprogram-ci\dist\json\common.js:1:2535) at checkComponentPath (C:\project\github\bug\node_modules\miniprogram-ci\dist\json\page\page.js:1:1537) at compilePageJSON (C:\project\github\bug\node_modules\miniprogram-ci\dist\json\page\page.js:1:2249) (node:23640) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1) (node:23640) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code. 2020年03月31日0.05分更新: "miniprogram-ci": "1.0.18" 版本已经解决上述问题,又发现一个新的问题,在上传时打印的日志: [图片] 找到出解析出问题的那段: [图片] 是 第三库里的wxml文件里直接写wxs 才会出现?
2020-04-15同问
求教:下拉刷新 fixed问题在使用onPullDownRefresh下拉刷新的时候,顶部自定义导航栏(fixed定位)掉下来了,看了社区好多帖子没有找到合适的解决办法,请问那位大神有比较好的解决方案吗?
2018-12-12