1
0
forked from dyf/APP

修复蓝牙设备6155/7305全局弹窗与详情弹窗重复出现的问题

This commit is contained in:
liub
2025-10-24 11:00:35 +08:00
parent 45328120c1
commit 15ba241317
4 changed files with 12 additions and 12 deletions

View File

@ -156,7 +156,7 @@
updateLoading
} from '@/utils/loading.js'
import BleReceive from '@/utils/BleReceive';
var pagePath = "pages/6155/HBY6155";
var pagePath = "/pages/6155/HBY6155";
var ble = null;
var these = null;
@ -514,11 +514,11 @@
return f;
},
bleValueNotify: function(receive, device, path) {
bleValueNotify: function(receive, device, path,recArr) {
if (this.Status.pageHide) {
return;
}
let json = recei.ReceiveData(receive, device, path);
let json = recei.ReceiveData(receive, device, path,recArr);
if (!json) {
return;
}