From 0c89e362069e2f97d18a01a3a82835ef37a34d18 Mon Sep 17 00:00:00 2001 From: 无故事王国 <841720330@qq.com> Date: 星期四, 20 六月 2024 14:23:59 +0800 Subject: [PATCH] fix --- DolphinEnglishLearnStudent/Login/LoginVC.swift | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/DolphinEnglishLearnStudent/Login/LoginVC.swift b/DolphinEnglishLearnStudent/Login/LoginVC.swift index 6b2dcd1..6780bac 100644 --- a/DolphinEnglishLearnStudent/Login/LoginVC.swift +++ b/DolphinEnglishLearnStudent/Login/LoginVC.swift @@ -68,6 +68,7 @@ @IBAction func getCodeAction(_ sender: UIButton) { + view.endEditing(true) guard authInputPhone() else {return} Services.sendPhoneCode(phone: tf_phone.text!).subscribe(onNext: {_ in sender.openCountDown(60, defultTitle: "获取验证码", textColor:UIColor(hexStr: "#41A2EB"), unenableColor: .gray) -- Gitblit v1.7.1