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 {