XQMuse/Root/Login/VC/ForgotPasswordVC.swift
@@ -36,6 +36,7 @@ } @IBAction func checkingAction(_ sender: UIButton) { view.endEditing(true) if tf_phone.text!.isEmpty{ alertError(msg: "请输入手机号");return } @@ -43,10 +44,8 @@ if !tf_phone.text!.jq_isPhone{ alertError(msg: "请输入正确手机号");return } view.endEditing(true) let vc = ForgotPasswordInputCodeVC(phone: tf_phone.text!) push(vc: vc) }