Commit 37701cd9 authored by Steven杜宇's avatar Steven杜宇

// 家庭成员信息

parent 4e953fca
...@@ -895,7 +895,7 @@ class YHFamilyMember: SmartCodable, YHFormItemProtocol { ...@@ -895,7 +895,7 @@ class YHFamilyMember: SmartCodable, YHFormItemProtocol {
} }
func setOwnCustody(_ val:Bool) { func setOwnCustody(_ val:Bool) {
self.custody = val ? 1 : 0 self.custody = val ? 1 : 2
} }
// 是否是男性 // 是否是男性
......
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