Redmi K60 Pro 也不行,搜不到蓝牙设备,麻了
wx.onBluetoothDeviceFound不触发调用,已经提前获取蓝牙权限和定位权限?//调试基础库2.33.0 //打开蓝牙授权 openBluetoothAdapter() { if (this._discoveryStarted) { //已经扫描了 wx.showToast({ title: '搜索附近设备中...', }) return; } wx.openBluetoothAdapter({ success: (res) => { console.log('打开蓝牙授权成功', res) this.startBluetoothDevicesDiscovery() }, fail: (res) => { wx.showToast({ title: '蓝牙授权失败', }) } }) }, //开始扫描 startBluetoothDevicesDiscovery() { if (this._discoveryStarted) { //已经扫描了 return; } this._discoveryStarted = true wx.startBluetoothDevicesDiscovery({ //开始搜寻附近的蓝牙外围设备->需要修改配置 allowDuplicatesKey: true, //是否允许上报同一台设备 success: (res) => { // console.log('开始搜寻附近的蓝牙外围设备', res) this.onBluetoothDeviceFound() }, }) }, //监听函数->搜索到新设备 onBluetoothDeviceFound() { wx.onBluetoothDeviceFound((res) => { //安卓某些机型,不触发调用,已经获取到蓝牙权限和定位权限了 console.log('获取列表数据', res); }) },
01-08https://github.com/wechat-miniprogram/weui-miniprogram/tree/master/docs [图片] 这里都是组件文档按照组件名称点开
小程序的weui组件文档今天突然没了?[图片]
2021-09-10https://github.com/wechat-miniprogram/weui-miniprogram/tree/master/docs [图片] 这里都是组件文档按照组件名称点开
WEUI文档WeUI样式库的API文档怎么删了,
2021-09-10https://github.com/wechat-miniprogram/weui-miniprogram/tree/master/docs [图片] 这里都是组件文档按照组件名称点开
weui怎么没有文档了,怎么找也找不到https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/extended/translator.html
2021-09-10https://github.com/wechat-miniprogram/weui-miniprogram/tree/master/docs [图片] 这里都是组件文档按照组件名称点开
开发文档导航的扩展能力没有了?相关的weui的组件调用参数什么的去哪看啊? 只有一个示例二维码,可里面没有使用方法啊! 项目地址链接打不开,怎么办呢? 拒绝网络违法操作,我该怎么办?
2021-09-10https://github.com/wechat-miniprogram/weui-miniprogram/tree/master/docs [图片] 这里都是组件文档按照组件名称点开
大哥,weui的文档呢???????WeUI组件
2021-09-10https://github.com/wechat-miniprogram/weui-miniprogram/tree/master/docs [图片] 这里都是组件文档按照组件名称点开
weui组件库的说明文档为什么没有了?https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/extended/component-plus/
2021-09-10https://github.com/wechat-miniprogram/weui-miniprogram/tree/master/docs [图片] 这里都是组件文档按照组件名称点开
WeUI组件库及扩展组件找不到详细文档https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/extended/weui/ 自昨天后WeUI组件库和扩展组件被集成到了扩展能力下,只剩下简介,缺乏详细说明文档
2021-09-10https://github.com/wechat-miniprogram/weui-miniprogram/tree/master/docs [图片] 这里都是组件文档按照组件名称点开
WeUI组件库的文档丢失?在大约一周之前 https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/extended/weui/ 这里还可以看到相关的组件文档 而现在则直接指向了github的文档链接, 然而这里并没有相关文档, 只提供了demo的二维码 而demo里面也没有任何的文档 请尽快解决一下.
2021-09-10https://github.com/wechat-miniprogram/weui-miniprogram/tree/master/docs [图片] 这里都是组件文档按照组件名称点开
weui组件的文档怎么不见了?这都半个多月了,文档还没有[图片]
2021-09-10