无故事王国
2023-10-24 7d03245e828bbf89a7a875f8353c5ec3f26216dc
BrokerDriver/Login/VC/ForgotPwdVC.swift
@@ -56,7 +56,7 @@
                if data.code == 200{
                    sender.openCountDown()
                }else{
                    alert(msg: data.msg)
                    alert(msg: data.message)
                }
            }) { error in
                alert(msg: error.localizedDescription)
@@ -73,7 +73,7 @@
                        self.navigationController?.popViewController()
                    }
                }else{
                    alert(msg: data.msg)
                    alert(msg: data.message)
                }
            }) { error in
                alert(msg: error.localizedDescription)