lss
2022-06-15 23aaa6e672053d907acbc30bdbb5cf6e8ee6b937
HDL_ON/UI/UI2/4-PersonalCenter/Visitor/VisitorQRCodePage.cs
@@ -38,6 +38,7 @@
        public override void RemoveFromParent()
        {
            this.tempPassword = null;
            backAction?.Invoke();
            base.RemoveFromParent();
        }
@@ -45,13 +46,14 @@
        public void LoadPage()
        {
            #region 顶部导航栏
            if (tempPassword == null)
            if (tempPassword == null|| tempPassword.id==null)
            {
                tempPassword = new VisitorTempPassword();
                Action click = () =>
                {
                    Action action = () => {
                    Action action = () =>
                    {
                        LoadPage();
                    };
                    VisitorHistoryPage page = new VisitorHistoryPage(action);
@@ -63,7 +65,6 @@
                bodyView.BackgroundColor = CSS_Color.BackgroundColor;
                new TopViewDiv(bodyView, Language.StringByID(StringId.VisitorInvitation))
                    .LoadTopView_SettingText(click, Language.StringByID(StringId.VisitorRecord));
            }
            else
            {