WanPai/Root/Other/VC/ProfileVC.swift
@@ -107,6 +107,20 @@ }, clipSize: CGSize(width: JQ_ScreenW, height: JQ_ScreenW)) } @IBAction func updatePwdAction(_ sender: Any) { let vc = LoginRegOrForgotVC(type: .updatePwd) push(vc: vc) } @IBAction func userAgreementAction(_ sender: Any) { push(vc: CommonWebVC(type: .user)) } @IBAction func privacyAgreementAction(_ sender: Any) { push(vc: CommonWebVC(type: .privacy)) } @IBAction func dismissAccountAction(_ sender: UIButton) { }