From 343536d04f83c518043610ea297030b9c0ce029c Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期三, 16 十二月 2020 10:44:15 +0800 Subject: [PATCH] Merge branch 'CJL' into NewFilePath --- HDL_ON/Common/HDLCommon.cs | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/HDL_ON/Common/HDLCommon.cs b/HDL_ON/Common/HDLCommon.cs index 1a52ef4..9fecf94 100644 --- a/HDL_ON/Common/HDLCommon.cs +++ b/HDL_ON/Common/HDLCommon.cs @@ -15,6 +15,11 @@ /// </summary> public class HDLCommon { + /// <summary> + /// 鏀跺埌鎺ㄩ�丄ction浜嬩欢 + /// </summary> + public static Action GetPushMessageAction; + #region 鈻� 鍙橀噺澹版槑___________________________ /// <summary> /// 閫氱敤鏂规硶 @@ -256,6 +261,7 @@ new Alert(Language.StringByID(StringId.Tip), Language.StringByID(StringId.LoggedOnOtherDevices), Language.StringByID(StringId.Close)).Show(); //閫�鍑虹櫥褰曟搷浣� CheckLogout(); + }); return; } @@ -264,6 +270,7 @@ Shared.Application.RunOnMainThread(() => { new Alert(jpushMessageInfo.Title, jpushMessageInfo.Content, Language.StringByID(StringId.Close)).Show(); + //GetPushMessageAction?.Invoke(); }); return; } -- Gitblit v1.8.0