Commit 8fc85a3e authored by Steven杜宇's avatar Steven杜宇

// 上报

parent 2f4080db
...@@ -112,6 +112,9 @@ class YHMyNewViewController: YHBaseViewController { ...@@ -112,6 +112,9 @@ class YHMyNewViewController: YHBaseViewController {
let v = YHUserVipInfoView(frame: CGRectMake(0, 0, tableView.width, 113)) let v = YHUserVipInfoView(frame: CGRectMake(0, 0, tableView.width, 113))
v.rightButtonEvent = { [weak self] in v.rightButtonEvent = { [weak self] in
guard let self = self else { return } guard let self = self else { return }
YHAnalytics.track("APP_member_card_click")
let vc = YHMemberCenterViewController() let vc = YHMemberCenterViewController()
self.navigationController?.pushViewController(vc) self.navigationController?.pushViewController(vc)
} }
......
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