Commit 0767d50d authored by David黄金龙's avatar David黄金龙

修改一处 编译错误

parent 97be1855
...@@ -663,14 +663,8 @@ class YHFamilyMember: SmartCodable, YHFormItemProtocol { ...@@ -663,14 +663,8 @@ class YHFamilyMember: SmartCodable, YHFormItemProtocol {
if follow != 1 && follow != 2 { // 默认随行 if follow != 1 && follow != 2 { // 默认随行
follow = 1 follow = 1
<<<<<<< HEAD
=======
}
// 父母和兄弟姐妹无随行配置
if self.relationType == .father || self.relationType == .mother || self.relationType == .brother {
follow = 0
>>>>>>> 630-dev
} }
// 父母和兄弟姐妹无随行配置 // 父母和兄弟姐妹无随行配置
if self.relationType == .father || self.relationType == .mother || self.relationType == .brother { if self.relationType == .father || self.relationType == .mother || self.relationType == .brother {
follow = 0 follow = 0
......
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