From 2a3f24ee7a01ab00b1a3c98062c5450ec75e7764 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期一, 21 十二月 2020 09:37:11 +0800 Subject: [PATCH] 2020-12-21 1.修复个人中心跳转二维码页面,弹出欢迎回家问题。 --- HDL_ON/UI/UI2/4-PersonalCenter/MyQRCodePage.cs | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/MyQRCodePage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/MyQRCodePage.cs old mode 100755 new mode 100644 index f5e52e8..b9cdfb0 --- a/HDL_ON/UI/UI2/4-PersonalCenter/MyQRCodePage.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/MyQRCodePage.cs @@ -17,7 +17,11 @@ bodyView = this; } - public void LoadPage() + /// <summary> + /// + /// </summary> + /// <param name="isStartCheckResidenceThread">鏄惁寮�鍚綇瀹呯洃鍚嚎绋�</param> + public void LoadPage(bool isStartCheckResidenceThread = false) { bodyView.BackgroundColor = CSS_Color.BackgroundColor; new TopViewDiv(bodyView, Language.StringByID(StringId.MyQRcode)).LoadTopView(); @@ -114,8 +118,12 @@ //}; //backView.AddChidren(headImage2); - //寮�鍚娴嬩綇瀹呮槸鍚﹀凡缁忔坊鍔犱簡鐨勭嚎绋� - this.StartCheckResidenceThread(); + + if (isStartCheckResidenceThread) + { + //寮�鍚娴嬩綇瀹呮槸鍚﹀凡缁忔坊鍔犱簡鐨勭嚎绋� + this.StartCheckResidenceThread(); + } } /// <summary> -- Gitblit v1.8.0