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

// 赴港预约

parent 7f9db158
......@@ -791,6 +791,12 @@ extension YHCertificateAppointViewController {
groupModel.isNeedCheck = true
isOK = false
}
// 到访香港体验中心 未选
if groupModel.isWillVisitHkGalaxyBay == 0 {
groupModel.isNeedCheck = true
isOK = false
}
}
}
if !isOK { // 检测各批次是否有日期或办证地点未选择
......
......@@ -217,6 +217,12 @@ extension YHReAppointViewController {
groupModel.isNeedCheck = true
isOK = false
}
// 到访香港体验中心 未选
if groupModel.isWillVisitHkGalaxyBay == 0 {
groupModel.isNeedCheck = true
isOK = false
}
}
}
if !isOK { // 检测各批次是否有日期或办证地点未选择
......
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