From 58be22fc23e60b270dac937345092af44a516119 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期一, 15 十一月 2021 17:56:12 +0800
Subject: [PATCH] 清空缓存功能

---
 HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPage.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPage.cs
index f7a2d84..1c7a8bd 100644
--- a/HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPage.cs
+++ b/HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPage.cs
@@ -554,7 +554,7 @@
                 TextAlignment = TextAlignment.CenterLeft,
                 TextColor = CSS_Color.FirstLevelTitleColor,
                 TextSize = CSS_FontSize.SubheadingFontSize,
-                TextID = StringId.AddResidence,
+                TextID = StringId.ScanQRCoden,
             };
             addResidenceView.AddChidren(btnAddResidenceText);
 
@@ -576,7 +576,7 @@
                                 var sendString = scanString.Replace("source://bind/", "");
                                 MainPage.Log($"缁戝畾source灞�:{sendString}");
                                 //缁戝畾source灞�
-                                var pack = new HDL_ON.DAL.Server.HttpServerRequest().BindSourcePanel(scanString);
+                                var pack = new HttpServerRequest().BindSourcePanel(sendString);
                                 Application.RunOnMainThread(() =>
                                 {
                                     var title = Language.StringByID(StringId.Tip);
@@ -597,7 +597,7 @@
                                     {
                                         if (Language.CurrentLanguage == "Chinese")
                                         {
-                                            msg = "Source灞忕粦瀹氬け璐�.";
+                                            msg = $"Source灞忕粦瀹氬け璐�.({pack.Code})";
                                         }
                                         else
                                         {

--
Gitblit v1.8.0