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

// 文件更改位置

parent cbd9f3e5
...@@ -2538,7 +2538,6 @@ ...@@ -2538,7 +2538,6 @@
A5000F502C3BC28B00843452 /* YHHomeHoldViewPageViewController.swift */, A5000F502C3BC28B00843452 /* YHHomeHoldViewPageViewController.swift */,
04213B242C48C15400797900 /* YHHomeIdentityViewController.swift */, 04213B242C48C15400797900 /* YHHomeIdentityViewController.swift */,
04213B282C48EF5200797900 /* YHHomeInformationViewController.swift */, 04213B282C48EF5200797900 /* YHHomeInformationViewController.swift */,
04213B2C2C48FEB000797900 /* YHHomeInfoSectionHeadView.swift */,
); );
path = C; path = C;
sourceTree = "<group>"; sourceTree = "<group>";
...@@ -2577,6 +2576,7 @@ ...@@ -2577,6 +2576,7 @@
04213B222C48B7F700797900 /* YHIdentityTabBar.swift */, 04213B222C48B7F700797900 /* YHIdentityTabBar.swift */,
04213B262C48C95E00797900 /* YHHomeIdentityCell.swift */, 04213B262C48C95E00797900 /* YHHomeIdentityCell.swift */,
04213B2A2C48F1BE00797900 /* YHHomeInfoSectionCell.swift */, 04213B2A2C48F1BE00797900 /* YHHomeInfoSectionCell.swift */,
04213B2C2C48FEB000797900 /* YHHomeInfoSectionHeadView.swift */,
); );
path = V; path = V;
sourceTree = "<group>"; sourceTree = "<group>";
......
...@@ -280,6 +280,12 @@ extension YHMyViewController : UITableViewDelegate, UITableViewDataSource { ...@@ -280,6 +280,12 @@ extension YHMyViewController : UITableViewDelegate, UITableViewDataSource {
return return
} }
if true {
let vc = YHHomeInformationViewController()
self.navigationController?.pushViewController(vc)
return
}
let item: PersonalModuleItem = items[indexPath.row] let item: PersonalModuleItem = items[indexPath.row]
switch item.type { switch item.type {
case .myCard://我的名片 case .myCard://我的名片
......
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