Commit 483a7eb4 authored by David黄金龙's avatar David黄金龙

一处 默认值修改

parent c810eaee
......@@ -659,14 +659,17 @@ class YHFamilyMember: SmartCodable, YHFormItemProtocol {
childInHk.has = "N"
}
if follow != 1 && follow != 2 { // 默认随行
if self.relationType == .father || self.relationType == .mother || self.relationType == .brother {
follow = 0
} else {
follow = 1
}
// 父母和兄弟姐妹无随行配置
if self.relationType == .father || self.relationType == .mother || self.relationType == .brother {
follow = 0
}
if isLiveOverseaYear != 1 && isLiveOverseaYear != 2 { // 默认在海外未居住满一年以上
isLiveOverseaYear = 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