站点样式
This commit is contained in:
@@ -35,7 +35,7 @@ class LoginController extends GetxController with BaseControllerMixin {
|
||||
data: {"mobile": phoneController.text},
|
||||
);
|
||||
|
||||
if (responseData == null && responseData!.data == null) {
|
||||
if (responseData == null) {
|
||||
showToast('验证码发送失败,请稍后重试');
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user