From 9e0626c4d9bb63bb22260a1cfde5211e045b8a11 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期一, 27 六月 2022 13:26:06 +0800 Subject: [PATCH] 备份 --- Crabtree/SmartHome/UI/SimpleControl/EquipmentPublicClass.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Crabtree/SmartHome/UI/SimpleControl/EquipmentPublicClass.cs b/Crabtree/SmartHome/UI/SimpleControl/EquipmentPublicClass.cs index f9b93ee..4f4fc7e 100644 --- a/Crabtree/SmartHome/UI/SimpleControl/EquipmentPublicClass.cs +++ b/Crabtree/SmartHome/UI/SimpleControl/EquipmentPublicClass.cs @@ -15,7 +15,7 @@ static bool isConnectiong = false; static DateTime mFlagDateTime; - public static bool upLoadLink = true; + //public static bool upLoadLink = true; /// <summary> /// 妫�娴�/杩炴帴杩滅▼ /// </summary> @@ -203,12 +203,12 @@ Application.RunOnMainThread (() => { MainPage.Loading.Hide (); #if DEBUG - //upLoadLink = true; + upLoadLink = true; #endif //骞冲彴杩佺Щ鏁版嵁澶勭悊 wxr 2022-06-14 13:37:49 - if (upLoadLink && !UserConfig.Instance.CurrentRegion.indiaIsAsyncDeviceMark) { - upLoadLink = false; + if ( !UserConfig.Instance.CurrentRegion.indiaIsAsyncDeviceMark) { + //upLoadLink = false; MigrateBean bean = new MigrateBean (); System.Threading.Tasks.Task.Run (() => { try { -- Gitblit v1.8.0