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