From 48ba446936b51fffafa7c3600c0dadc6ac0e8c20 Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期五, 10 七月 2020 10:52:13 +0800
Subject: [PATCH] 2020-07-10-01

---
 ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterEnumCommon.cs |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterEnumCommon.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterEnumCommon.cs
index e2be112..08bd6c6 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterEnumCommon.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterEnumCommon.cs
@@ -27,17 +27,13 @@
     public enum ChidrenBindMode
     {
         /// <summary>
-        /// 缁戝畾寮硅捣浜嬩欢,璇ユ帶浠跺崟鍑诲悗锛屾樉绀洪�夋嫨鐘舵��
-        /// </summary>
-        BindAll = 1,
-        /// <summary>
         /// 缁戝畾寮硅捣浜嬩欢,浣嗚鎺т欢鍗曞嚮鍚庯紝涓嶆樉绀洪�夋嫨鐘舵��
         /// </summary>
-        BindEventOnly = 2,
+        BindEvent = 1,
         /// <summary>
         /// 涓嶇粦瀹氫簨浠讹紝涔熶笉鏄剧ず閫夋嫨鐘舵��
         /// </summary>
-        NotBind = 3
+        NotBind = 2
     }
 
     /// <summary>
@@ -476,6 +472,10 @@
         /// <summary>
         /// Tip绫诲瀷
         /// </summary>
-        Tip = 4
+        Tip = 4,
+        /// <summary>
+        /// 鎻愰啋绫诲瀷
+        /// </summary>
+        Remind = 5
     }
 }

--
Gitblit v1.8.0