站点样式

This commit is contained in:
2026-01-28 15:00:30 +08:00
parent f8a8ecb0ed
commit 7112d70aba
7 changed files with 871 additions and 566 deletions

View File

@@ -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;
}