From 9ef48d7b2da7c408b53f73be0f6eef3cbac1c84a Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期四, 19 十一月 2020 10:23:45 +0800
Subject: [PATCH] Evoyo.Home1.1.0120111601_Release

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

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterEnumCommon.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterEnumCommon.cs
index 61ff854..c041d10 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterEnumCommon.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterEnumCommon.cs
@@ -311,29 +311,17 @@
     }
 
     /// <summary>
-    /// 淇℃伅鏄剧ず鐨勭被鍨�
+    /// 鏄惁鍐橪og
     /// </summary>
-    public enum ShowMsgType
+    public enum WriteLogMode
     {
         /// <summary>
-        /// 鏅�氭彁绀虹被鍨�
+        /// 鍐橪og
         /// </summary>
-        Normal = 1,
+        YES = 1,
         /// <summary>
-        /// 纭绫诲瀷
+        /// 涓嶅啓Log
         /// </summary>
-        Confirm = 2,
-        /// <summary>
-        /// 閿欒绫诲瀷
-        /// </summary>
-        Error = 3,
-        /// <summary>
-        /// Tip绫诲瀷
-        /// </summary>
-        Tip = 4,
-        /// <summary>
-        /// 鎻愰啋绫诲瀷
-        /// </summary>
-        Remind = 5
+        NO = 2
     }
 }

--
Gitblit v1.8.0