From a357b86f59a9d58368461c05ecd28db29e75d1f2 Mon Sep 17 00:00:00 2001 From: fengerli <528575642@qq.com> Date: Sat, 7 Mar 2026 09:53:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E5=93=81=E6=93=8D=E4=BD=9C=EF=BC=8C?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E8=AE=BE=E5=A4=87id=E4=BC=A0=E5=8F=82?= =?UTF-8?q?=E6=96=B9=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/100J/HBY100-J.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pages/100J/HBY100-J.vue b/pages/100J/HBY100-J.vue index 98fe36c..25d16bc 100644 --- a/pages/100J/HBY100-J.vue +++ b/pages/100J/HBY100-J.vue @@ -435,7 +435,8 @@ longitude: null, alarmStatus: null, detailPageUrl: "/pages/650/HBY650", - showConfirm: false + showConfirm: false, + deviceId:'' }, permissions: [], audioData: { @@ -963,13 +964,13 @@ proParam: function() { uni.navigateTo({ - url: '/pages/common/productDes/index?id=' + this.device.id, + url: '/pages/common/productDes/index?id=' + this.deviceInfo.deviceId, success(ev) {} }); }, handRemark: function() { uni.navigateTo({ - url: '/pages/common/operatingInstruct/index?id=' + this.device.id, + url: '/pages/common/operatingInstruct/index?id=' + this.deviceInfo.deviceId, success(ev) { } @@ -977,7 +978,7 @@ }, handVideo: function() { uni.navigateTo({ - url: '/pages/common/operationVideo/index?id=' + this.device.id, + url: '/pages/common/operationVideo/index?id=' + this.deviceInfo.deviceId, success(ev) { }