Commit f0678440 authored by Steven杜宇's avatar Steven杜宇

// vip

parent a25bac14
......@@ -62,7 +62,7 @@ class YHMyNewViewController: YHBaseViewController {
[weak self] in
guard let self = self else { return }
if !checkLogin() { return }
enterMyNameCard()
enterUserInfoEditPage()
}
view.avatarClickBlock = {
......@@ -598,6 +598,14 @@ extension YHMyNewViewController {
}
}
func enterUserInfoEditPage() {
let vc = YHEditBaseUserInfoViewController()
vc.model = self.userViewModel.nameCardInfo
self.navigationController?.pushViewController(vc)
}
func inviteFriends() {
//判断是否登录成功
if YHLoginManager.shared.isLogin() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment