From 2bec9c838d2d688025698de8ec1de401ffd7dd1f Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期二, 11 八月 2020 14:13:55 +0800
Subject: [PATCH] 20200811

---
 HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberFunctionPermissionPageBLL.cs |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberFunctionPermissionPageBLL.cs b/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberFunctionPermissionPageBLL.cs
index 0fc9bc6..d2d4498 100644
--- a/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberFunctionPermissionPageBLL.cs
+++ b/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;
             }

--
Gitblit v1.8.0