Commit 70d05346 authored by skeyboy's avatar skeyboy

验证码倒计时

parent 685e9641
...@@ -595,7 +595,6 @@ class SignInPage extends GetView<SignInController> { ...@@ -595,7 +595,6 @@ class SignInPage extends GetView<SignInController> {
},child: GestureDetector( },child: GestureDetector(
behavior: HitTestBehavior.translucent, behavior: HitTestBehavior.translucent,
onTap: () => Focus.of(buildContext).unfocus(), onTap: () => Focus.of(buildContext).unfocus(),
child: SingleChildScrollView(
child: Container( child: Container(
height: Get.height, height: Get.height,
decoration: BoxDecoration( decoration: BoxDecoration(
...@@ -753,7 +752,6 @@ class SignInPage extends GetView<SignInController> { ...@@ -753,7 +752,6 @@ class SignInPage extends GetView<SignInController> {
], ],
), ),
), ),
),
),); ),);
// return GestureDetector( // return GestureDetector(
// behavior: HitTestBehavior.translucent, // 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