release 无开发账号

hmxc
小赖 4 years ago
parent 1d38844e9d
commit 90777cddef

@ -21,8 +21,8 @@ class SignInPage extends StatefulWidget {
} }
class _SignInPageState extends State<SignInPage> { class _SignInPageState extends State<SignInPage> {
TextEditingController _phone = new TextEditingController(text: '17855823545'); TextEditingController _phone = new TextEditingController();
TextEditingController _code = new TextEditingController(text: '000000'); TextEditingController _code = new TextEditingController();
// String _verifyStr = '获取验证码'; // String _verifyStr = '获取验证码';
AppBar _appBar() { AppBar _appBar() {
return AppBar( return AppBar(
@ -95,20 +95,20 @@ class _SignInPageState extends State<SignInPage> {
// ), // ),
// ), // ),
// SizedBox(width: Screenutil.length(16)), // SizedBox(width: Screenutil.length(16)),
// InkWell( // InkWell(
// child: Text( // child: Text(
// _verifyStr, // _verifyStr,
// style: TextStyle( // style: TextStyle(
// color: BaseStyle.color999999, // color: BaseStyle.color999999,
// fontSize: BaseStyle.fontSize28, // fontSize: BaseStyle.fontSize28,
// fontWeight: FontWeight.w500, // fontWeight: FontWeight.w500,
// ), // ),
// ), // ),
// onTap: null, // onTap: null,
// ), // ),
// ], // ],
// ) // )
// : SizedBox(), // : SizedBox(),
], ],
), ),
); );

Loading…
Cancel
Save