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

// 家庭成员

parent c8caff4f
...@@ -438,7 +438,8 @@ extension YHBrotherInfoVC : UITableViewDelegate, UITableViewDataSource { ...@@ -438,7 +438,8 @@ extension YHBrotherInfoVC : UITableViewDelegate, UITableViewDataSource {
self.loadInfo() self.loadInfo()
saveInfoSilent() saveInfoSilent()
} }
self.present(vc, animated: true) self.navigationController?.pushViewController(vc)
} else if detailItem.type == .gender { // 性别 } else if detailItem.type == .gender { // 性别
guard let brotherInfo = brotherInfo else { return } guard let brotherInfo = brotherInfo else { return }
......
...@@ -478,7 +478,7 @@ extension YHParentInfoVC : UITableViewDelegate, UITableViewDataSource { ...@@ -478,7 +478,7 @@ extension YHParentInfoVC : UITableViewDelegate, UITableViewDataSource {
self.loadInfo() self.loadInfo()
saveInfoSilent() saveInfoSilent()
} }
self.present(vc, animated: true) self.navigationController?.pushViewController(vc, animated: true)
} }
} }
} }
......
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