| | |
| | | btnClassificationText.IsSelected = false; |
| | | btnIntellectualizationText.IsSelected = false; |
| | | btnPersonalCenterText.IsSelected = false; |
| | | btnNavigationSelectionIcon.UnSelectedImagePath = "Navigation/HomePageIconOn.png"; |
| | | } |
| | | if (index == (total/2)) |
| | | { |
| | |
| | | btnCollectionText.IsSelected = false; |
| | | btnIntellectualizationText.IsSelected = false; |
| | | btnPersonalCenterText.IsSelected = false; |
| | | btnNavigationSelectionIcon.UnSelectedImagePath = "Navigation/ClassificationIconOn.png"; |
| | | } |
| | | if (index == (total / 2 )) |
| | | { |
| | |
| | | btnCollectionIcon.IsSelected = false; |
| | | btnClassificationIcon.IsSelected = false; |
| | | btnPersonalCenterIcon.IsSelected = false; |
| | | btnNavigationSelectionIcon.UnSelectedImagePath = "Navigation/IntellectualizationIconOn.png"; |
| | | } |
| | | if (index == (total / 2 )) |
| | | { |
| | |
| | | { IsBackground = true }.Start(); |
| | | #endregion |
| | | ContextView.RemoveAll(); |
| | | var intelligenceView = new IntelligencePage(); |
| | | ContextView.AddChidren(intelligenceView); |
| | | intelligenceView.LoadPage(); |
| | | |
| | | |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | void ChoosePersonalCenter() |
| | | { |
| | | #if DEBUG |
| | | if(MainPage.LocalMode) |
| | | if(MainPage.NoLoginMode) |
| | | { |
| | | return; |
| | | } |
| | |
| | | btnCollectionIcon.IsSelected = false; |
| | | btnClassificationIcon.IsSelected = false; |
| | | btnIntellectualizationIcon.IsSelected = false; |
| | | btnNavigationSelectionIcon.UnSelectedImagePath = "Navigation/PersonalCenterIconOn.png"; |
| | | } |
| | | if (index == (total / 2 )) |
| | | { |