Commit a1157d30 authored by pete谢兆麟's avatar pete谢兆麟

代码修改

parent 313466e4
......@@ -587,7 +587,7 @@ extension YHGCFamilyMemberInfoListVC: UITableViewDelegate, UITableViewDataSource
}
if item is YHFamilyMember {
guard let detailItem = item as! YHFamilyMember else { return }
guard let detailItem = item as? YHFamilyMember else { return }
// 配偶
if detailItem.relationType == .spouse {
......
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