无故事王国
2023-10-10 a1ac0f1634ff0bd8f04259fc4cf7ebabd8c8c82d
WanPai/Root/Login/VC/LoginRegOrForgotVC.swift
@@ -30,6 +30,7 @@
    override func viewDidLoad() {
        super.viewDidLoad()
        title = type.titleStr
      tf_pwd.maximumTextLength = 18
    }
    @IBAction func eyeAction(_ sender: UIButton) {
@@ -79,7 +80,7 @@
        guard !tf_phone.text!.isEmpty else {alertError(msg: tf_phone.placeholder!);return}
        guard tf_phone.text!.jq_isPhone else {alertError(msg: "请输入正确的手机号");return}
        Services.getSMSCode(phone: tf_phone.text!, type: type).subscribe(onNext: {result in
            sender.jq_openCountDown()
            sender.openCountDown()
        }).disposed(by: disposeBag)
    }