From f51b6c5a85dbddc70143c9a0719d395b93126f82 Mon Sep 17 00:00:00 2001 From: liub Date: Thu, 23 Oct 2025 14:54:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E7=82=B9=E5=B0=8F=E4=BC=98=E5=8C=96,?= =?UTF-8?q?=E4=BB=8E=E8=AE=BE=E5=A4=87=E8=AF=A6=E6=83=85=E5=8E=BB=E7=BB=91?= =?UTF-8?q?=E5=AE=9A=E8=93=9D=E7=89=99=E8=AE=BE=E5=A4=87,=E6=88=90?= =?UTF-8?q?=E5=8A=9F=E5=90=8E=E6=9B=B4=E6=96=B0=E8=AE=BE=E5=A4=87=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E7=9A=84=E8=BF=9E=E6=8E=A5=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/6331/BJQ6331.vue | 1 + pages/650/HBY650.vue | 1 + pages/670/HBY670.vue | 1 + pages/common/addBLE/addEquip.vue | 4 +++- 4 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pages/6331/BJQ6331.vue b/pages/6331/BJQ6331.vue index 451501a..e30db6a 100644 --- a/pages/6331/BJQ6331.vue +++ b/pages/6331/BJQ6331.vue @@ -731,6 +731,7 @@ events: { BindOver: function(data) { console.log(data) + these.formData.bleStatu=true; } }, success: function(res) { diff --git a/pages/650/HBY650.vue b/pages/650/HBY650.vue index 54d52e7..806fbbc 100644 --- a/pages/650/HBY650.vue +++ b/pages/650/HBY650.vue @@ -692,6 +692,7 @@ console.log("res=",res); events: { BindOver: function(data) { console.log(data) + these.formData.bleStatu=true; } }, success: function(res) { diff --git a/pages/670/HBY670.vue b/pages/670/HBY670.vue index e852e90..1fbd0b2 100644 --- a/pages/670/HBY670.vue +++ b/pages/670/HBY670.vue @@ -643,6 +643,7 @@ events: { BindOver: function(data) { console.log(data) + these.formData.bleStatu=true; } }, success: function(res) { diff --git a/pages/common/addBLE/addEquip.vue b/pages/common/addBLE/addEquip.vue index a075d59..914554d 100644 --- a/pages/common/addBLE/addEquip.vue +++ b/pages/common/addBLE/addEquip.vue @@ -469,7 +469,9 @@ } hideLoading(these); - + + eventChannel.emit('BindOver',these.device); + ble.updateCache(); uni.navigateBack(); return true;