XQMuse/Root/Me/VC/BindPhone_2_VC.swift
@@ -17,6 +17,10 @@ override func viewDidLoad() { super.viewDidLoad() title = "更改绑定手机" yy_popBlock = { [weak self] in self?.navigationController?.popToRootViewController(animated: true) } } @IBAction func sendCodeAction(_ sender: UIButton) { @@ -56,8 +60,7 @@ Services.changePhone(phone: tf_phone.text!, code: tf_code.text!).subscribe(onNext: {data in let vc = BindPhone_3_VC() vc.modalPresentationStyle = .fullScreen self.present(vc, animated: true) self.push(vc: vc) }).disposed(by: disposeBag) }