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

// 人脉

parent b563bf56
...@@ -421,9 +421,6 @@ extension YHMatchPeopleViewController: DragCardDelegate { ...@@ -421,9 +421,6 @@ extension YHMatchPeopleViewController: DragCardDelegate {
if 0 <= index && index < self.matchUsersArr.count { if 0 <= index && index < self.matchUsersArr.count {
if let userModel = self.matchUsersArr[index] { if let userModel = self.matchUsersArr[index] {
let vc = YHMyNameCardViewController()
vc.userId = userModel.yhId
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