From 6d73bf6e816570291865674bef8bce8972e4de3f Mon Sep 17 00:00:00 2001 From: xm <1271024303@qq.com> Date: 星期三, 01 十二月 2021 16:32:57 +0800 Subject: [PATCH] 2021-12-01-01 --- 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