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) }