From 2db6ac47b7d5fcb0cc6505dd3c7a632065aa6242 Mon Sep 17 00:00:00 2001 From: fengerli <528575642@qq.com> Date: Wed, 4 Mar 2026 14:25:01 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=91=E7=8E=87=E6=95=B0=E5=80=BC=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/100J/HBY100-J.vue | 4 +++- pages/common/shareManagement/index.vue | 7 ++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/pages/100J/HBY100-J.vue b/pages/100J/HBY100-J.vue index c2afd3b..98fe36c 100644 --- a/pages/100J/HBY100-J.vue +++ b/pages/100J/HBY100-J.vue @@ -163,7 +163,7 @@ {{ formData.strobeFrequency }}HZ - @@ -583,6 +583,8 @@ if (these.Status.apiType === 'listA') { these.fetchDeviceDetail(data.data.id) } else { + this.activePermissions = data.data.permission ? data.data.permission.split(',') : []; + console.log(this.activePermissions,'this.activePermissions'); these.fetchDeviceDetail(data.data.deviceId) } diff --git a/pages/common/shareManagement/index.vue b/pages/common/shareManagement/index.vue index 44485e2..b2e7669 100644 --- a/pages/common/shareManagement/index.vue +++ b/pages/common/shareManagement/index.vue @@ -181,12 +181,13 @@ border-radius: 32px; background: rgba(255, 200, 78, 0.06); display: inline-block; - width: 152rpx; - height: 60rpx; + width: 100rpx; + height: 50rpx; text-align: center; - line-height: 60rpx; + line-height: 50rpx; color: rgba(224, 52, 52, 1); cursor: pointer; + margin-top: 30rpx; } .IMG {