diff --git a/lib/pages/setting/setting_page.dart b/lib/pages/setting/setting_page.dart index ab07661..92cdf9d 100644 --- a/lib/pages/setting/setting_page.dart +++ b/lib/pages/setting/setting_page.dart @@ -76,7 +76,9 @@ class SettingPage extends StatelessWidget { openAppSettings(); },), TDCell(arrow: true, title: '消息通知', onClick: (cell) { - Get.to(() => NoticePage()); + // Get.to(() => NoticePage()); + + openAppSettings(); }), TDCell(arrow: true, title: '检查更新', onClick: (cell) { // _showUpdateDialog();