From 47f179be722a61c95cc03c8f90e1aa91c12d1124 Mon Sep 17 00:00:00 2001 From: wxr <wxr@hdlchina.com.cn> Date: 星期三, 23 十月 2024 18:49:23 +0800 Subject: [PATCH] UI走查,安卓 --- HDL_ON/Common/HDLCommon.cs | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/HDL_ON/Common/HDLCommon.cs b/HDL_ON/Common/HDLCommon.cs index 8b23ca2..ce6a03e 100644 --- a/HDL_ON/Common/HDLCommon.cs +++ b/HDL_ON/Common/HDLCommon.cs @@ -247,6 +247,10 @@ { try { + if (OnAppConfig.Instance.LastLoginUserId == "") + { + return; + } //MainPage.Log($"鎺ユ敹鍒版帹閫侊紝锛岋紝锛�.{Newtonsoft.Json.JsonConvert.SerializeObject(jpushMessageInfo).ToString()}"); //Extras涓虹┖涓嶅鐞� if (string.IsNullOrEmpty(jpushMessageInfo.Extras)) return; @@ -575,7 +579,7 @@ Logout(); }catch (Exception ex) { - MainPage.Log($"鎸や笅绾垮紓甯�:{ex.Message}"); + MainPage.Log("Error",$"鎸や笅绾垮紓甯�:{ex.Message}"); } } -- Gitblit v1.8.0