请问解决了吗,遇到和你一模一样的问题,一头雾水
JS接口安全域名设置问题?设置JS接口安全的时候,一直提示“无法访问www.lzkrsoft.cn指向的web服务器(或虚拟主机)的目录,请检查网络设置”但是我使用浏览器是可以访问到这个校验文件,目前是啥原因,能不能提示一下,好去查找问题原因
10-20微信号:cynthia-wkun 时间点:7月15日 19:00-21:00
鸿蒙系统4.2.0部分机型无法使用蓝牙模块,请问是什么原因?onLoad( option ) { let that = this; this.selectedDevice = null; this.targetBluetoothId = option.id; console.log("扫描设备...", this.targetBluetoothId) that.loadingMsg('正在扫描设备', true); uni.openBluetoothAdapter({ success:(res)=> { //已打开 uni.getBluetoothAdapterState({ //蓝牙的匹配状态 success:(res1)=>{ that.message = "本机设备的蓝牙已打开"; that.findBT(); }, fail(error) { wx.showModal({ content: '错误:' + JSON.stringify(error), confirmText: '好', showCancel: false }) } }); }, fail:(err)=>{ //未打开 if (err.state && err.state == 3) { wx.showModal({ content: '请在iPhone的“设置-隐私-蓝牙”选项中,允许微信访问你的蓝牙', confirmText: '好', showCancel: false }) } else { wx.showModal({ content: '请开启你的蓝牙使用权限', confirmText: '好', showCancel: false }) } } }) this.loadProp(); setTimeout(function(){ if( !that.selectedDevice ) { that.showLoading = true; wx.showModal({ content: '未发现可用设备', confirmText: '返回', showCancel: false }) } }, 30000); } 以上小程序代码,在华为的Nova 12 Ultra手机不可使用蓝牙,其他的安卓手机、IOS、和鸿蒙P60都正常。 [图片]
07-19