wxr
2020-12-02 e3ad42ffa2fa67c8f6cb4519ca626fa275c8947d
HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberFunctionPermissionPage.cs
@@ -180,7 +180,7 @@
                    Tag = "ChooseIcon"
                };
                roomView.AddChidren(btnChoose);
                if (shareDatas.Find((obj) => obj.fileName == function.sid) != null)
                if (shareDatas.Find((obj) => obj.shareTypeId == function.deviceId) != null)
                {
                    btnChoose.IsSelected = true;
                }