From a1ac0f1634ff0bd8f04259fc4cf7ebabd8c8c82d Mon Sep 17 00:00:00 2001
From: 无故事王国 <841720330@qq.com>
Date: 星期二, 10 十月 2023 16:40:52 +0800
Subject: [PATCH] 修复BUG

---
 WanPai/Root/Login/VC/LoginRegOrForgotVC.swift |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/WanPai/Root/Login/VC/LoginRegOrForgotVC.swift b/WanPai/Root/Login/VC/LoginRegOrForgotVC.swift
index 4f24d09..29f87de 100644
--- a/WanPai/Root/Login/VC/LoginRegOrForgotVC.swift
+++ b/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)
     }
 

--
Gitblit v1.7.1