HDL_ON/UI/UI2/UserPage.cs
@@ -121,8 +121,11 @@ ContextView.AddChidren(homePage); homePage.LoadPage(); //注册推送ID RegisteredPush(); if (!MainPage.NoLoginMode) { //注册推送ID RegisteredPush(); } //2020-12-07 增加版本检测更新方法 HDLCommon.Current.CheckIfNeedForceUpdate(); @@ -299,7 +302,7 @@ /// <summary> /// 切换到收藏界面 /// </summary> void ChooseCollection() public void ChooseCollection() { if (MainPage.CurPageIndex == 0) { @@ -565,12 +568,6 @@ /// </summary> public void ChoosePersonalCenter() { #if DEBUG if(MainPage.NoLoginMode) { return; } #endif if (MainPage.CurPageIndex == 3) { return;