JLChen
2021-08-09 1f956c79026e8dc20bb16afbbf550385679e2e59
HDL_ON/UI/MainPage.cs
@@ -159,7 +159,8 @@
                        //})
                        //{ IsBackground = true }.Start();
                        Common.ApiUtlis.Ins.DownloadData();
                        //初始化Linphone
                        HDLLinphone.Current.InitLinphone();
                        GoUserPage(false,true);
                    }
                }
@@ -195,7 +196,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();