From cc8749fe1d158ee21670bde77fad237be2f0c416 Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期五, 08 一月 2021 11:47:06 +0800
Subject: [PATCH] 2021-01-08 1.去掉无关文件

---
 Crabtree/SmartHome/HDL/Common/HttpUtil/IMessageCommon.cs |   11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/Crabtree/SmartHome/HDL/Common/HttpUtil/IMessageCommon.cs b/Crabtree/SmartHome/HDL/Common/HttpUtil/IMessageCommon.cs
index 774885c..105bdbc 100644
--- a/Crabtree/SmartHome/HDL/Common/HttpUtil/IMessageCommon.cs
+++ b/Crabtree/SmartHome/HDL/Common/HttpUtil/IMessageCommon.cs
@@ -163,7 +163,7 @@
 
 
             //鎺у埗澶辫触
-            stateCodeDic ["14007"] = MyInternationalizationString.ControlFailure;
+            stateCodeDic ["14007"] = MyInternationalizationString.ControlFailure2;
             //缃戝叧绂荤嚎
             stateCodeDic ["14005"] = MyInternationalizationString.GatewayOffline;
             //璁惧绂荤嚎
@@ -266,13 +266,8 @@
                     {
                         Application.RunOnMainThread(() =>
                         {
-                            var tip = new Tip()
-                            {
-                                Text = mes,
-                                CloseTime = closeTime,
-                                Direction = AMPopTipDirection.None
-                            };
-                            tip.Show(MainPage.MainFrameLayout);
+                            //寮瑰嚭Tip鎻愮ず
+                            Utlis.ShowTip (mes);
                         });
                     }
                     else

--
Gitblit v1.8.0