相同需求,望重视
监听小程序被销毁事件?官方能新增一个小程序被销毁的事假么,这个场景挺多需求的,用的地方还蛮多的
2021-05-09你好 我也有同样的问题corpid:wwc1a7f07622352256 agentid:1000018 调用时间点:19:54
企业微信自建应用调用agentConfig,报错errMsg: "agentConfig:fail?wx.agentConfig({ debug:true, corpid: 'wx400acd664197d6b9', // 必填,企业微信的corpid,必须与当前登录的企业一致 agentid: '1000037', // 必填,企业微信的应用id (e.g. 1000247) timestamp:'1607320729' , // 必填,生成签名的时间戳 nonceStr: 'd43d2ad3-105e-4dd7-bfe6-d8b56ed2be74', // 必填,生成签名的随机串 signature: '3756063455739876173edc1d5dcdfe853d4e9b61',// 必填,签名,见附录-JS-SDK使用权限签名算法 jsApiList: ['hideOptionMenu', 'shareToExternalContact', 'shareWechatMessage', 'onMenuShareWechat', 'hideMenuItems', 'closeWindow', 'showMenuItems', 'chooseImage', 'previewImage', 'updateAppMessageShareData', 'checkJsApi', 'onMenuShareAppMessage', 'hideAllNonBaseMenuItem','launchMiniprogram'], // 必填,需要使用的JS接口列表 success: function(res:any) { alert(res + '|+++' + JSON.stringify(res)); console.log(res); }, fail: function(res:any) { if(res.errMsg.indexOf('function not exist') > -1){ alert('版本过低请升级') } } });
2021-05-06我也遇到同样的问题 最后怎么解决的呢
部分手机出现wx.onBluetoothDeviceFound方法,没有搜索返回蓝牙设备。手机连接开发者工具看到日志打印执行了 wx.startBluetoothDevicesDiscovery成功,执行 wx.onBluetoothDeviceFound没有日志打印输出。 尝试过获取地理位置服务,情况依旧。 [图片] [图片]
2021-03-14机型:Iphone XR; 系统版本: IOS 14.0; 微信版本号:8.0.1; 问题时间点是2021-03-13 14:20; 问题描述:通过手机蓝牙可搜索到要配网的蓝牙设备,但通过小程序搜索蓝牙设备搜索不到。 代码段: wx.startBluetoothDevicesDiscovery({ services: ['857451E2-5D05-7F75-E367-5C7A481ED22C'], allowDuplicatesKey: true, success: res => {console.log('startBluetoothDevicesDiscovery success', res); //备注打印结果:startBluetoothDevicesDiscovery success {errCode: 0, errMsg: "startBluetoothDevicesDiscovery:ok", isDiscovering: true} 回调返回的是ok 状态 但是 获取不到设备 wx.onBluetoothDeviceFound(res => {}) //调用onBluetoothDeviceFound不执行 }, fail: function(err) { console.log('startBluetoothDevicesDiscovery', err); } }); 麻烦尽快帮忙查下原因,谢谢!
微信小程序通过蓝牙配网,搜索不到蓝牙设备,但通过手机蓝牙列表可查看到该设备蓝牙名称[图片][图片]
2021-03-14基础版本1.2.0 企业微信端 3.1.1版本 调用api 无反应 wx.invoke('navigateToAddCustomer', {}, function(res) { });
进入添加客户界面无反应安卓移动端有些手机显示正常,有些不正常ios移动端会闪一下添加客户界面之后就马上关闭了这是什么原因造成的
2021-02-03