From f2b2a70331d574a345cab0906d4d4b0de48c38b1 Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期二, 11 四月 2023 17:02:59 +0800 Subject: [PATCH] 2023年04月11日17:01:15 --- HDL_ON/UI/UI2/FuntionControlView/VideoDoorLock/CommonMethod.cs | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/HDL_ON/UI/UI2/FuntionControlView/VideoDoorLock/CommonMethod.cs b/HDL_ON/UI/UI2/FuntionControlView/VideoDoorLock/CommonMethod.cs index 37fa625..0a6aec7 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/VideoDoorLock/CommonMethod.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/VideoDoorLock/CommonMethod.cs @@ -214,6 +214,7 @@ public void InitializationAndroidData(Action<bool> action) { bool isBool = true; + this.Loading.Start(); this.SunThread(() => { try @@ -226,7 +227,7 @@ { //Token isBool = false; - this.ShowTip("鍏堣幏鍙栬悿鐭充簯瀛愯处鍙穞oken澶辫触銆�"); + this.ShowTip("鑾峰彇钀ょ煶浜戝瓙璐﹀彿token澶辫触銆�"); return; } @@ -260,6 +261,7 @@ { this.MainThread(() => { + this.Loading.Hide(); action?.Invoke(isBool); }); } @@ -393,6 +395,7 @@ /// </summary> public string GetVideoDoorLockIcon(Comerom comerom) { + if (comerom == Comerom.collect) { return "FunctionIcon/DoorLock/VideoDoorLockOpen.png"; @@ -542,13 +545,13 @@ collect,//鏀惰棌 room,//鎴块棿 push,//鎺ㄩ�� - sanfan,//涓夋柟 + sanfan,//娣诲姞绗笁鏂硅澶� } #if __IOS__ IosIHdlInterface ezsdkDelegate; /// <summary> - /// 涓撻棬瀹氫箟缁橧os鍥炶皟鐢ㄧ潃,娌℃湁鐗规畩鍚箟 + /// 涓撻棬瀹氫箟缁橧os鍥炶皟鐢�,娌℃湁鐗规畩鍚箟 /// </summary> public class IosIHdlInterface : EZSDK.IOS.EZSDKDelegate { @@ -569,7 +572,7 @@ } #else /// <summary> - /// 涓撻棬瀹氫箟缁欏畨鍗撳洖璋冪敤鐫�,娌℃湁鐗规畩鍚箟 + /// 涓撻棬瀹氫箟缁欏畨鍗撳洖璋冪敤,娌℃湁鐗规畩鍚箟 /// </summary> public class AndroidIHdlInterface : Java.Lang.Object, IHdlInterface { -- Gitblit v1.8.0