- 设置js安全域名的时候,微信侧一直提示请将文件上传至XXX指向的web服务器(或虚拟主机)的目录
请问下, 在设置js安全域名的时候,微信侧一直提示:请将文件MP_verify_hkH0X93zShRdeoFU.txt上传至aigebi.cn指向的web服务器(或虚拟主机)的目录 但是我已经把MP_verify_hkH0X93zShRdeoFU.txt放到根目录了,而且通过域名(www.aigebi.cn/MP_verify_hkH0X93zShRdeoFU.txt)是可以直接访问的。但就是一直提示错误。 APPID是wxda0368b3354d5f69 [图片]
10-18 - 在设置JS安全域名的时候,微信侧一直提示错误
v请问下, 在设置js安全域名的时候,微信侧一直提示:请将文件MP_verify_hkH0X93zShRdeoFU.txt上传至aigebi.cn指向的web服务器(或虚拟主机)的目录 但是我已经把MP_verify_hkH0X93zShRdeoFU.txt放到根目录了,而且通过域名(www.aigebi.cn/MP_verify_hkH0X93zShRdeoFU.txt)是可以直接访问的。但就是一直提示错误。 APPID是wxda0368b3354d5f69 [图片]
10-18 - 鸿蒙系统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-16