杨锴
2024-10-25 098286ed0313b1d3f1141113b371f8b17b8b26b5
XQMuse/Root/Login/VC/ForgotPasswordChangeVC.swift
@@ -65,7 +65,7 @@
                        guard tf_input.text!.jq_isComplexPassword else {alertError(msg: "密码至少8个字符,不能全是字母或数字");return}
                        Services.updatePwd(cellPhone: phone, password: tf_input.text!, secretCode: secretCode).subscribe(onNext: {data in
                                    if let model = data.data{
            if data.code == 200{
                                                Popup_1_View.show(state: .success, title: "修改成功", subtitle: "您的密码已修改成功,快去登录账户吧") {
                                                            self.navigationController?.popToRootViewController(animated: true)
                                                }