Commit 68877ba1 authored by Steven杜宇's avatar Steven杜宇

// 我的

parent e536777d
...@@ -629,11 +629,11 @@ extension YHMyNewViewController { ...@@ -629,11 +629,11 @@ extension YHMyNewViewController {
func clickItem(_ item: PersonalModuleItem) { func clickItem(_ item: PersonalModuleItem) {
do { // do {
let vc = YHPlanViewController() // let vc = YHPlanViewController()
self.navigationController?.pushViewController(vc) // self.navigationController?.pushViewController(vc)
return // return
} // }
if !checkLogin() { if !checkLogin() {
return return
} }
......
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