可以下complete 打印下回调看看返回的信息
wx.chooseImage 上传jpeg格式的图片不显示?1.如何控制上传图片的类型?(jpg|png|gif) 2.上传成功,小程序无法显示
2021-10-22你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
video 播放组件出现偶尔无法播放进入小程序后,直接进入群聊界面可看见视频能正常加载 [图片] 进去资讯圈页面(带有视频播放内容页面) 再进入该群聊界面,视频就无法正常加载 [图片] 之后怎么操作都无法恢复,只有重新进入小程序之后才正常。
2021-10-22可以先参考下文档接入 https://developers.weixin.qq.com/miniprogram/dev/reference/api/Page.html#onShareAppMessage-Object-object
OnShareAppMessage的path做了自定义,转发后没有调整到login页,还在当前页面?[图片]
2021-10-22你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html) 麻烦在手机微信那里上传下日志: 我->设置->帮助与反馈右上角有个上报日志的入口,麻烦提供一下微信号,时间点(具体到分钟)
wx.writeBLECharacteristicValue 10007?write为true,但还是报10007 [图片] [图片] 方法: SendTap: function () { var that = this if (that.data.connected) { var buffer = new ArrayBuffer(that.data.inputText.length) var dataView = new Uint8Array(buffer) for (var i = 0; i < that.data.inputText.length; i++) { dataView[i] = that.data.inputText.charCodeAt(i) } wx.writeBLECharacteristicValue({ deviceId: that.data.connectedDeviceId, serviceId: that.data.serviceId, characteristicId: that.data.characteristics, value: buffer, success: function (res) { console.log('发送成功') }, fail:(err)=>{ console.log(err) } }) } else { wx.showModal({ title: '提示', content: '蓝牙已断开', showCancel: false, success: function (res) { that.setData({ searching: false }) } }) } },
2021-10-22审核过了再调用
审核死循环,怎么办?接口:https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/qr-code/wxacode.getUnlimited.html 该接口要求:接口只能生成已发布的小程序的二维码我这个小程序是内部OA程序,需要用到这个接口,现在审核就说程序不完整,该怎么办呀?我也想完整呀,但是不给发布他这个接口就不能使用的呀
2021-10-22回调有返回什么信息吗?
OPPO R9S 微信小程序搜索不到ble蓝牙设备1.开启定位服务 2.开启蓝牙开关 3.手机设置->微信应用权限管理->允许蓝牙->允许读取位置信息 4.调用wx.startBluetoothDevicesDiscovery ,wx.onBluetoothDeviceFound回调没收到任何ble设备 wx.startBluetoothDevicesDiscovery({ powerLevel: 'high', success(_res) { log.info('开启蓝牙搜索>成功', _res) resolve(parse.success(action)) }, fail(_res) { log.err('开启蓝牙搜索>失败', _res) }, complete() { } }) wx.onBluetoothDeviceFound(res => { }) 5.其他信息:手机系统OPPO R9S Android6.0.1
2021-10-22参考下公告: https://developers.weixin.qq.com/community/develop/doc/00028edbe3c58081e7cc834705b801?blockType=1
wx.getUserProfile()返回的userinfo中gender一直为0,这是为什么呢?wx.getUserProfile()该接口在基础库为2.20.0版本中,返回的userinfo信息中,gender的值为0,这应该怎么解决
2021-10-22你好,具体是哪个接口有问题呢?请详细描述下你的问题
【物流消息】+trace waybill的文档怎么和follow waybill不一样?goods_info.detail_list里面的字段缺少,goods_name的40字限制也没写,order_detail_path字段缺少
2021-10-22[图片] 有广告,重启下这个小程序再试试。
我开发的小程序,别人打开有广告,我本人手机打开就没广告?为啥?这是正常的? ----- 【JobShow互联网大厂-裁员加班薪资-实况,求职避坑指南。薪火相传,欢迎新增,欢迎转发👏👏👏】 【发布3天:累计访问人数 5000+】 [图片]
2021-10-22请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
wx.sendSocketMessage 开发工具中调试可以正常调用 ,真机调试就没有调用?在开发者工具中调试能够正常收发数据, 但是真机调试过程中,无法收发数据 基础库:2.20.0 手机终端:ios14.5.0 [图片][图片]
2021-10-22