Commit 70d05346 authored by skeyboy's avatar skeyboy

验证码倒计时

parent 685e9641
......@@ -595,7 +595,6 @@ class SignInPage extends GetView<SignInController> {
},child: GestureDetector(
behavior: HitTestBehavior.translucent,
onTap: () => Focus.of(buildContext).unfocus(),
child: SingleChildScrollView(
child: Container(
height: Get.height,
decoration: BoxDecoration(
......@@ -753,7 +752,6 @@ class SignInPage extends GetView<SignInController> {
],
),
),
),
),);
// return GestureDetector(
// behavior: HitTestBehavior.translucent,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment