From c17871cbf0511baadad171df4276bf50a442f3fe Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期四, 30 六月 2022 13:35:38 +0800
Subject: [PATCH] 自研可视对讲优化
---
HDL_ON/UI/UI2/4-PersonalCenter/FaceManagement/FacePassagePage.cs | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/FaceManagement/FacePassagePage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/FaceManagement/FacePassagePage.cs
index 8cca07f..f92dd5d 100644
--- a/HDL_ON/UI/UI2/4-PersonalCenter/FaceManagement/FacePassagePage.cs
+++ b/HDL_ON/UI/UI2/4-PersonalCenter/FaceManagement/FacePassagePage.cs
@@ -549,7 +549,6 @@
Utlis.WriteLine("涓婁紶缁撴灉锛�" + pack.message);
uploadResultAction?.Invoke(pack.Code == StateCode.SUCCESS);
}
-
}
catch (Exception ex)
{
@@ -568,7 +567,9 @@
})
{ IsBackground = true }.Start();
}
- catch { }
+ catch (Exception ex) {
+ MainPage.Log(ex.Message);
+ }
}
--
Gitblit v1.8.0