杨锴
2024-10-25 098286ed0313b1d3f1141113b371f8b17b8b26b5
XQMuse/Root/Me/VC/BindAccountVC.swift
@@ -19,12 +19,14 @@
    }
            @IBAction func bindPhoneAction(_ sender: Any) {
        guard sceneDelegate!.checkisLoginState() else {return}
                        let vc = BindPhone_1_VC()
                        push(vc: vc)
            }
            @IBAction func updatePwdAction(_ sender: TapBtn) {
        guard sceneDelegate!.checkisLoginState() else {return}
                        let vc = ForgotPasswordVC()
                        push(vc: vc)
            }