Commit 9f1810d4 authored by Steven杜宇's avatar Steven杜宇

// vip

parent d0fb60ac
......@@ -290,12 +290,8 @@ class YHMyNewViewController: YHBaseViewController {
@objc func didClickSettingBtn(btn: UIButton) {
if !checkLogin() { return }
// let vc = YHMySettingViewController()
// self.navigationController?.pushViewController(vc)
let vc = YHVipLevelRightViewController()
let vc = YHMySettingViewController()
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