修复蓝牙设备6155/7305全局弹窗与详情弹窗重复出现的问题
This commit is contained in:
@ -162,7 +162,7 @@
|
||||
var these = null;
|
||||
var BrighInteval = null;
|
||||
var recei = null;
|
||||
var pagePath = "pages/7305/BJQ7305";
|
||||
var pagePath = "/pages/7305/BJQ7305";
|
||||
export default {
|
||||
components: {
|
||||
textToDotMatrixV1
|
||||
@ -465,12 +465,12 @@
|
||||
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user