修改房间选择 详情不更改bug 以及部分样式

This commit is contained in:
czz
2025-07-15 14:53:16 +08:00
parent a8b0723714
commit 8ec4da3488
15 changed files with 117 additions and 51 deletions

View File

@@ -78,7 +78,7 @@ class ShareUserWidget extends GetView {
alignment: const AlignmentDirectional(-1, 0),
child: Text(
info['op_type'] == 1
? '允许对方控制该设备'.tr
? '允许对方控制和查看该设备'.tr
: info['op_type'] == 2
? '仅允许对方查看该设备'.tr
: '',