From 58ccc89832196860a74609a1c54b40b7c6f7faed Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期四, 16 十一月 2023 11:51:23 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/wxr-udp修改验证' into Wxr-V2.4.2 --- HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberFunctionPermissionPageBLL.cs | 18 ------------------ 1 files changed, 0 insertions(+), 18 deletions(-) diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberFunctionPermissionPageBLL.cs b/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberFunctionPermissionPageBLL.cs index d008e3f..96c583b 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberFunctionPermissionPageBLL.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberFunctionPermissionPageBLL.cs @@ -29,24 +29,6 @@ //鏄惁闇�瑕佷繚瀛� new PublicAssmebly().TipOptionMsg(StringId.Tip, StringId.IfNeedToSave, action); - //if (titleId == StringId.PermissionToUse)//浠庝釜浜轰腑蹇冭繘鍏ュ崟鐙垎浜� - //{ - // Action action = () => - // { - // UploadShareDeviceList(); - // }; - // //鏄惁闇�瑕佷繚瀛� - // new PublicAssmebly().TipOptionMsg(StringId.Tip, StringId.IfNeedToSave, action); - //} - //else - //{ - // //var sharedBytes = System.Text.Encoding.UTF8.GetBytes(Newtonsoft.Json.JsonConvert.SerializeObject(funs_New)); - // //2020-12-01 灞忚斀椤甸潰 - // //var page = new ChooseShareMemberTargetListPage(funs_New, memberInfo); - // //MainPage.BasePageView.AddChidren(page); - // //page.LoadPage(); - // //MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; - //} }; } -- Gitblit v1.8.0