修改登录时验证码输入键盘类型
This commit is contained in:
parent
d7679f5587
commit
9d2f928014
@ -113,11 +113,13 @@ class LoginPage extends StatelessWidget {
|
||||
width: 200.sp,
|
||||
child: TextField(
|
||||
controller: logic.codeEditingController,
|
||||
keyboardType: TextInputType.phone,
|
||||
maxLength: 8,
|
||||
style: TextStyle(
|
||||
color: Colors.white, fontSize: 16.sp),
|
||||
decoration: InputDecoration(
|
||||
hintText: '请输入验证码',
|
||||
|
||||
hintStyle: TextStyle(
|
||||
color: Colors.white70,
|
||||
fontSize: 16.sp),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user