- 登录页混淆了官方元素的问题已整改,审核能否尽快一点?
影响功能发布,急急急
2023-09-04 - wx.createBLEConnection 错误码255是什么含义?
调用wx.createBLEConnection接口,返回了"{\"errno\":1509001,\"errCode\":10003,\"errMsg\":\"createBLEConnection:fail:connection fail status:255\"} 10003是连接失败,255有没有具体的含义
2023-06-19 - 小程序插件审核能否帮忙加急一下审核进度?急于上线
插件id=wxf6af3f62baae1042
2022-08-30 - 基础库2.24.5报错?
[图片][图片][图片]
2022-06-13 - wx.getLocation接口麻烦加急审核下?
麻烦帮忙加急审核下 wxf6af3f62baae1042 wx6bc36c94821bb2ef 的wx.getLocation接口权限申请,谢谢了
2022-05-13 - 实时日志不更新显示了?
小程序后台实时日志在2021-12-16 19:05:32 就不更新显示了 appid: wxf6af3f62baae1042
2021-12-16 - 如何解决wx.getUpdateManager() 该api获取到的引用为null的问题?
const updateManager = wx.getUpdateManager() updateManager.onCheckForUpdate(function(res) { // 请求完新版本信息的回调 console.log(res.hasUpdate ? '有新版本' : '无新版本') }) updateManager.onUpdateReady(function() { wx.showModal({ title: '更新提示', content: '新版本已经准备好,是否重启应用?', success: function(res) { if (res.confirm) { // 新的版本已经下载好,调用 applyUpdate 应用新版本并重启 updateManager.applyUpdate() } } }) }) 在app.js onLaunch中执行以上代码,上报了以下错误 小程序后台错误日志: Cannot read property \'onCheckForUpdate\' of undefined TypeError: Cannot read property \'onCheckForUpdate\' of undefined at je.onLaunch (https://app.js:18:19) at je.<anonymous> (https://lib/WASubContext.js:2:2201446) at new je (https://lib/WASubContext.js:2:2202688) at a.<anonymous> (https://lib/WASubContext.js:2:2202819) at https://lib/WASubContext.js:2:2180329 at https://app.js:4:1 at u (https://lib/WASubContext.js:2:2244637) at https://usr/app-service.js:6194:10
2021-11-29 - 审核被驳回,提示存在平台未允许的服务内容?
[图片] 用户隐私指引已经更新,但还是一直被驳回
2021-11-23 - 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