Browse Source

修改默认local

ios
王子贤 3 months ago
parent
commit
561add7b92
1 changed files with 3 additions and 1 deletions
  1. 4
      lib/pages/setting/setting_page.dart

4
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();

Loading…
Cancel
Save