diff --git a/HotPage.xaml b/HotPage.xaml index f4a4f4c..22f595c 100644 --- a/HotPage.xaml +++ b/HotPage.xaml @@ -44,6 +44,18 @@ + + + + + + + + + + + + @@ -51,7 +63,7 @@ - + diff --git a/MainPage.xaml b/MainPage.xaml index 4f92997..5d149c1 100644 --- a/MainPage.xaml +++ b/MainPage.xaml @@ -97,9 +97,9 @@ - + - + diff --git a/MainPage.xaml.cs b/MainPage.xaml.cs index 5010629..c62d13a 100644 --- a/MainPage.xaml.cs +++ b/MainPage.xaml.cs @@ -113,6 +113,12 @@ private void Mail_Tap(object sender, System.Windows.Input.GestureEventArgs e) NavigationService.Navigate(new Uri("/MailboxPage.xaml?type=0", UriKind.RelativeOrAbsolute)); } + // 搜索 + private void Search_Tap(object sender, System.Windows.Input.GestureEventArgs e) + { + NavigationService.Navigate(new Uri("/SearchPage.xaml", UriKind.RelativeOrAbsolute)); + } + // 浏览历史 private void History_Tap(object sender, System.Windows.Input.GestureEventArgs e) {