From 8fec9c2162b900fb59a3a3433bbcbc87c5e86777 Mon Sep 17 00:00:00 2001
From: wxr <wxr@hdlchina.com.cn>
Date: 星期四, 13 六月 2024 17:52:14 +0800
Subject: [PATCH] 更新了iOS扫码sdk,兼容最新手机系统(17.5.1);增加了阿里云日志服务

---
 HDL_ON/UI/UI0-Stan/Form/Base/CommonFormBase.cs |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/HDL_ON/UI/UI0-Stan/Form/Base/CommonFormBase.cs b/HDL_ON/UI/UI0-Stan/Form/Base/CommonFormBase.cs
index 11911e0..adbdd74 100644
--- a/HDL_ON/UI/UI0-Stan/Form/Base/CommonFormBase.cs
+++ b/HDL_ON/UI/UI0-Stan/Form/Base/CommonFormBase.cs
@@ -115,8 +115,15 @@
             }
             catch (Exception ex)
             {
-                //鍑虹幇鏈煡閿欒
-                HdlMessageLogic.Current.ShowAppProgramIsError(ex);
+                if (ex.Message == "stop")
+                {
+                    //鑷畾涔変腑鏂叧闂〉闈紝鍙厓鍐欑殑澶鏉傦紝鍙兘鐢ㄨ繖绉嶆柟寮忓己琛屼腑鏂柟娉曡繍琛�  2023-06-01 09:22:46
+                }
+                else
+                {
+                    //鍑虹幇鏈煡閿欒
+                    HdlMessageLogic.Current.ShowAppProgramIsError(ex);
+                }
             }
         }
 

--
Gitblit v1.8.0