From 30741caa02ed108fb0fbbaeda91eb6dd7c33fc9f Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期五, 27 八月 2021 11:48:35 +0800 Subject: [PATCH] Merge branch 'CJL-Linphone' into wxr7 --- HDL_ON/UI/MainPage.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HDL_ON/UI/MainPage.cs b/HDL_ON/UI/MainPage.cs index 2acb28e..4c5fbd6 100644 --- a/HDL_ON/UI/MainPage.cs +++ b/HDL_ON/UI/MainPage.cs @@ -161,7 +161,7 @@ //}) //{ IsBackground = true }.Start(); Common.ApiUtlis.Ins.DownloadData(); - + GoUserPage(false,true); } } @@ -197,7 +197,7 @@ /// <param name="isFirstOpen">濡傛灉鏄涓�娆″惎鍔� 妫�娴嬫牎楠屽瘑鐮�</param> /// <param name="pageShowEvent">涓婚〉鏄剧ず涔嬪悗瑙﹀彂鐨勪簨浠�(娌℃湁浣忓畢鐨勮瘽,鍒欎笉浼氳Е鍙�)</param> public static void GoUserPage(bool downloadData , bool isFirstOpen = false, Action pageShowEvent = null) - { + { BaseView.RemoveAll(); #region 鍚庨��浜嬩欢 BasePageView = new PageLayout(); -- Gitblit v1.8.0