From c2e6e14e8e68aca4f78f0fea028fc92ce15d3656 Mon Sep 17 00:00:00 2001 From: xm <1271024303@qq.com> Date: 星期四, 21 五月 2020 10:51:21 +0800 Subject: [PATCH] 请合并最新代码,调整了门锁推送功能 --- ZigbeeApp20200519/Shared/Phone/UserCenter/CommonBase/Resourse/ControlCommonResourse.cs | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/ZigbeeApp20200519/Shared/Phone/UserCenter/CommonBase/Resourse/ControlCommonResourse.cs b/ZigbeeApp20200519/Shared/Phone/UserCenter/CommonBase/Resourse/ControlCommonResourse.cs old mode 100755 new mode 100644 index b5f2c64..01be138 --- a/ZigbeeApp20200519/Shared/Phone/UserCenter/CommonBase/Resourse/ControlCommonResourse.cs +++ b/ZigbeeApp20200519/Shared/Phone/UserCenter/CommonBase/Resourse/ControlCommonResourse.cs @@ -67,7 +67,11 @@ /// <summary> /// 寰愭鐨勯棬閿佺晫闈㈡槸鍚︽槸鎵撳紑鐨勭姸鎬� /// </summary> - public static bool IsDoorLockPageOpen = false; + //public static bool IsDoorLockPageOpen = false; + /// <summary> + /// 闂ㄩ攣鐣岄潰鏄惁鏄洿鏂扮姸鎬� + /// </summary> + public static Action<bool> UpdateDoorLockStatusAction = null; /// <summary> /// 鏄惁鏄晫闈㈡鍦ㄥ姞杞戒腑(搴曞眰涓撶敤,涓嶉渶瑕佺悊) /// </summary> -- Gitblit v1.8.0