强跟泛光指令修改
This commit is contained in:
@ -919,7 +919,7 @@
|
|||||||
fail: (ex) => {
|
fail: (ex) => {
|
||||||
|
|
||||||
updateLoading(these, {
|
updateLoading(these, {
|
||||||
text: '视频文件上传失败了,请检查网络连接'
|
text : '视频文件上传失败了,请检查网络连接'
|
||||||
});
|
});
|
||||||
|
|
||||||
reject(ex);
|
reject(ex);
|
||||||
|
|||||||
@ -419,7 +419,7 @@
|
|||||||
console.log("缺少定位权限,已中止蓝牙扫描。");
|
console.log("缺少定位权限,已中止蓝牙扫描。");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// #endif
|
|
||||||
|
|
||||||
if (!ble) {
|
if (!ble) {
|
||||||
ble = bleTool.getBleTool();
|
ble = bleTool.getBleTool();
|
||||||
|
|||||||
Reference in New Issue
Block a user