Browse Source

密码暗文

chenzubin 2 months ago
parent
commit
f8eff66a50
1 changed files with 2 additions and 3 deletions
  1. 2 3
      lib/login.dart

+ 2 - 3
lib/login.dart

@@ -308,7 +308,6 @@ class _MyBodyState extends State<MyBody> {
308 308
                     ),
309 309
                     GestureDetector(
310 310
                       onTap: () {
311
-                        // launchAndroid();
312 311
                         isPasswordLogin = !isPasswordLogin;
313 312
                         print(isPasswordLogin);
314 313
                         setState(() {
@@ -473,13 +472,13 @@ class _MyBodyState extends State<MyBody> {
473 472
             shrinkWrap: true,
474 473
             children: <Widget>[
475 474
               ListTile(
476
-                title: Text('选项 1'),
475
+                title: Text('*****'),
477 476
                 onTap: () {
478 477
                   Navigator.of(context).pop();
479 478
                 },
480 479
               ),
481 480
               ListTile(
482
-                title: Text('选项 2'),
481
+                title: Text('******'),
483 482
                 onTap: () {
484 483
                   Navigator.of(context).pop();
485 484
                 },