From 90777cddef400d715ec38b7a95cc5e0368d867a9 Mon Sep 17 00:00:00 2001 From: laiiihz Date: Thu, 22 Oct 2020 11:07:47 +0800 Subject: [PATCH] =?UTF-8?q?release=20=E6=97=A0=E5=BC=80=E5=8F=91=E8=B4=A6?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/sign/sign_in_page.dart | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/lib/pages/sign/sign_in_page.dart b/lib/pages/sign/sign_in_page.dart index 87db652d..130a1ab9 100644 --- a/lib/pages/sign/sign_in_page.dart +++ b/lib/pages/sign/sign_in_page.dart @@ -21,8 +21,8 @@ class SignInPage extends StatefulWidget { } class _SignInPageState extends State { - TextEditingController _phone = new TextEditingController(text: '17855823545'); - TextEditingController _code = new TextEditingController(text: '000000'); + TextEditingController _phone = new TextEditingController(); + TextEditingController _code = new TextEditingController(); // String _verifyStr = '获取验证码'; AppBar _appBar() { return AppBar( @@ -95,20 +95,20 @@ class _SignInPageState extends State { // ), // ), // SizedBox(width: Screenutil.length(16)), - // InkWell( - // child: Text( - // _verifyStr, - // style: TextStyle( - // color: BaseStyle.color999999, - // fontSize: BaseStyle.fontSize28, - // fontWeight: FontWeight.w500, - // ), - // ), - // onTap: null, - // ), - // ], - // ) - // : SizedBox(), + // InkWell( + // child: Text( + // _verifyStr, + // style: TextStyle( + // color: BaseStyle.color999999, + // fontSize: BaseStyle.fontSize28, + // fontWeight: FontWeight.w500, + // ), + // ), + // onTap: null, + // ), + // ], + // ) + // : SizedBox(), ], ), );