From 4b378188ce972df432b23d9cb73babb6cc0679c6 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期五, 17 一月 2020 14:56:15 +0800 Subject: [PATCH] 合并代码 ver.10086 --- ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs index 2be6e3c..f9462e5 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs @@ -14,7 +14,7 @@ /// <summary> /// 鏄惁鏄瓙璐﹀彿杩涜鎿嶄綔 /// </summary> - public bool IsOtherAccountCtrl = Common.Config.Instance.isAdministrator; + public bool IsOtherAccountCtrl = Common.Config.Instance.Home.IsOthreShare; } #endregion @@ -1211,6 +1211,10 @@ /// 宸茶鐘舵�� /// </summary> public bool IsReading = true; + /// <summary> + /// 0:鏍囪鍏ㄩ儴宸茶銆�1:娓呯┖鎵�鏈夋秷鎭� + /// </summary> + public int TagAllOrClearType = 0; } #endregion -- Gitblit v1.8.0