更新验证码选择区号
This commit is contained in:
@@ -143,8 +143,8 @@ class BindTelWidget extends GetView<AuthBindTelController> {
|
||||
),
|
||||
),
|
||||
Padding(
|
||||
padding:
|
||||
EdgeInsetsDirectional.fromSTEB(0, 16, 0, 0),
|
||||
padding: EdgeInsetsDirectional.fromSTEB(
|
||||
0, 16.rpx, 0, 0),
|
||||
child: Container(
|
||||
width: bodysize!.maxWidth,
|
||||
height: bodysize!.maxHeight * 0.06,
|
||||
@@ -469,8 +469,10 @@ class BindTelWidget extends GetView<AuthBindTelController> {
|
||||
text: message);
|
||||
return;
|
||||
}
|
||||
if (authBindTelController.model.code == null ||
|
||||
authBindTelController.model.code!.isEmpty) {
|
||||
if (authBindTelController.model.code ==
|
||||
null ||
|
||||
authBindTelController
|
||||
.model.code!.isEmpty) {
|
||||
message = "请输入验证码".tr;
|
||||
TopSlideNotification.show(context,
|
||||
text: message);
|
||||
|
||||
Reference in New Issue
Block a user