- 企业微信 小程序 调用nfc读卡报错 ‘企业微信error action’, 怎么解决?
wx.qy.getNFCReaderState({ success: (res) => { console.log(JSON.stringify(res), 'getNFCReaderState-success') // todo what you want this.startNFCReader() }, fail: (res) => { console.log(JSON.stringify(res), 'getNFCReaderState-fail') wx.showModal({ title: 'NFC-Not-Support', content: JSON.stringify(res), }) } }) startNFCReader() { wx.qy.startNFCReader({ success: (res) => { console.log(JSON.stringify(res), 'startNFCReader-success') wx.showModal({ title: 'NFC-Start', content: JSON.stringify(res), }) // wx.onNFCReadMessage() }, fail: (res) => { console.log(JSON.stringify(res), 'fail') } }) }, onNFCReadMessage: function (e) { console.log(JSON.stringify(e),'onNFCReadMessage') if (1 == e.messageType) { wx.showModal({ title: 'NFC-Id', content: JSON.stringify(e), }) } else if (2 == e.messageType) { console.log('Auto-Stop') wx.showModal({ title: 'NFC-Auto-Stop', content: JSON.stringify(e), }) } },
2022-11-10 - map组件闪退,国外坐标导致闪退?
map组件中心点坐标为国外的时,出现闪退 longitude:-117.844275, latitude:33.640656, 定位到0,0,放大地图,拖动到前面这个定位也是闪退了,[图片]
2021-08-12 - 华为手机video,播放2秒后,视频卡住,声音照常播放?
小程序名:赶集侠,菜谱-测试47,播放的链接:http://img.ganjixia.com/upload/2021/5/9/6ebef5b6-a06e-4f6d-8135-cdea32a77380.mp4,华为跟荣耀很多机型都这样, 微信8.0.3
2021-05-11 - 小程序发布上线3天了,微信还是无法搜索到?
小程序名称:赶集侠, AppID(小程序ID):wx41e9641ab0f5944b [图片] [图片]
2021-05-06 - 小程序发布线上版本了,为什么搜索不到?
[图片] [图片]
2021-05-04 - 视频muted的值与图标不对应?
<video id="myVideo" src="{{vedioList[now2]}}" binderror="videoErrorCallback" show-center-play-btn='{{false}}' show-play-btn="{{true}}" show-mute-btn="{{true}}" muted="{{false}}" controls ></video> 出现的是静音图标
2021-02-23 - flex 不生效
- 当前 Bug 的表现(可附上截图) - 预期表现 - 复现路径 - 提供一个最简复现 Demo 为什么我都flex 不生效 [图片] [图片] [图片]
2019-03-01