From 7d9e5d946d08f0b53ff25d1c25dcf83efb68b734 Mon Sep 17 00:00:00 2001 From: wei <kaede@kaededeMacBook-Air.local> Date: 星期二, 15 十二月 2020 09:08:59 +0800 Subject: [PATCH] 20201215-1 --- HDL_ON/UI/UI1-Login/LoginPageBLL.cs | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/HDL_ON/UI/UI1-Login/LoginPageBLL.cs b/HDL_ON/UI/UI1-Login/LoginPageBLL.cs index 879c8c2..50bde1c 100644 --- a/HDL_ON/UI/UI1-Login/LoginPageBLL.cs +++ b/HDL_ON/UI/UI1-Login/LoginPageBLL.cs @@ -635,6 +635,12 @@ } else { + BindingResidencePage page = new BindingResidencePage(); + MainPage.BaseView.AddChidren(page); + page.LoadView(); + + + //2020-11-13 寰呯‘璁� //鑾峰彇浣忓畢澶辫触锛岄噸鏂版爣璁颁负鏈櫥褰曠姸鎬� UserInfo.Current.LastTime = DateTime.MinValue; -- Gitblit v1.8.0