啥时候支持英文啊
wx.showActionSheet() 取消按钮怎么能设置成英文?wx.showActionSheet({ itemList: ['China', 'USA'], success (res) { console.log(res.tapIndex) }, fail (res) { console.log(res.errMsg) } }) 注意[图片]
2021-05-10请问解决了吗。我们的IOS 一直拿不到localId
公众号网页使用wx.startRecord录音,有时候会出现假录音情况?公众号网页使用wx.startRecord录音,wx.stopRecord停止录音,有一定的概率出现假录音的情况。 使用wx.startRecord录音后,调用wx.stopRecord停止录音,可以顺利进入success状态, 但是获取到的res.localId是空的。无法播放,无法上传。 如果频繁刷新网页,这个现象出现的频率更高。 关闭网页,重新打开,多等待一会儿再使用录音功能,出现这个问题的频率就低一些。 从公众号下方菜单打开的第一级页面中使用录音功能容易出现这个情况。 如果是二三级页面,没有发现这个情况。 安卓,IOS都出现这个情况。各种不同手机端测试都是这样。
2021-04-10授权了之后,手动去设置里把权限给关掉,再操作也不会弹窗提示了 ,服务通知里面选择不再接收消息,想再去打开也不弹出授权窗口了,这是BUG吧
点击按钮调用 wx.requestSubscribeMessage 不成功弹出授权窗口 为什么?点击按钮调用 wx.requestSubscribeMessage 不成功弹出授权窗口 为什么?
2020-02-07我也出现这个问题了
新版开发问题报错 mac v1.00.1910120版本?VM26:1 Class extends value undefined is not a constructor or null TypeError: Class extends value undefined is not a constructor or null at Object.<anonymous> (/Users/cy-mac/Library/Application Support/微信开发者工具/WeappCode/package.nw/core.wxvpkg/68b4dc936e9af004cad38feae51f797e.js:14:43) at Module._compile (internal/modules/cjs/loader.js:799:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:816:10) at Module.load (internal/modules/cjs/loader.js:666:32) at Function.Module._load (internal/modules/cjs/loader.js:581:12) at Module.require (internal/modules/cjs/loader.js:706:19) at require (internal/modules/cjs/helpers.js:16:16) at Object.<anonymous> (/Users/cy-mac/Library/Application Support/微信开发者工具/WeappCode/package.nw/core.wxvpkg/8e2026561e71ea67df211489b756510c.js:7:5) at Module._compile (internal/modules/cjs/loader.js:799:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:816:10) 原来用的是1907300版本,升级到1910120和1910282的版本,都遇到以上问题,回退到1907300版本才好。。。 回退之后再升级,就只能看到1910120版本了。。。提示最新版,同样报问题。
2019-12-06