wxr
2020-08-11 2bec9c838d2d688025698de8ec1de401ffd7dd1f
HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberFunctionPermissionPageBLL.cs
@@ -25,7 +25,7 @@
            {
                if (titleId == StringId.PermissionToUse)//从个人中心进入单独分享
                {
                    new System.Threading.Thread(() =>
                    new Thread(() =>
                    {
                        bool result = false;
                        Action act = () => { };
@@ -67,6 +67,7 @@
                            Application.RunOnMainThread(() =>
                            {
                                new PublicAssmebly().TipMsgAutoClose(Language.StringByID(StringId.FunctionSharingSucceeded), true);
                                memberInfo.CurResidenceShareDate = funs_New;
                            });
                            Thread.Sleep(1600);
                            Application.RunOnMainThread(() =>
@@ -118,7 +119,8 @@
            if (responePack.StateCode.ToUpper() != "SUCCESS")
            {
                return false;
            }else
            }
            else
            {
                return true;
            }