diff --git a/lib/pages/setting/setting_page.dart b/lib/pages/setting/setting_page.dart index 1998e31..ada1640 100644 --- a/lib/pages/setting/setting_page.dart +++ b/lib/pages/setting/setting_page.dart @@ -130,7 +130,7 @@ class SettingPage extends StatelessWidget { ); },), - TDCell(arrow: true, title: '退出登录', titleWidget: Text( + TDCell(arrow: true, titleWidget: Text( "账号注销", style: TextStyle( color: const Color.fromRGBO(248, 85, 66, 1), @@ -145,7 +145,7 @@ class SettingPage extends StatelessWidget { double> animation, Animation secondaryAnimation) { return TDAlertDialog( - title: '是否退出当前账号?', + title: '是否注销当前账号?', buttonWidget: Container( padding: EdgeInsetsGeometry.only(top: 16.w, right: 30.w,