Commit 1f0dfcdf authored by Steven杜宇's avatar Steven杜宇

// 旅行

parent 1d4e8a76
......@@ -224,7 +224,7 @@ class YHTravelDocsPreparationDetailVC: YHBaseViewController {
item.cerDetailModel.isNeedCheckDate = false
if item.cerDetailModel.isOCR_failed {
hasError = true
// 无法识别不能当做无法提交的错误 所以 此处 hasError 不必设置为true
item.cerDetailModel.isNeedCheckCer = true
item.cerDetailModel.checkTips = "无法识别,请核查文件"
......
......@@ -133,7 +133,7 @@ extension YHTravelDocsPreparationViewModel {
}
if type == 2 {
return .init("上传《护照》(需有效期≥签证时长+3个月)", .font(UIFont.PFSC_R(ofSize:14)),.foreground(UIColor.mainTextColor(alpha: 0.5)))
return .init("上传《护照》(需有效期≥\(date))", .font(UIFont.PFSC_R(ofSize:14)),.foreground(UIColor.mainTextColor(alpha: 0.5)))
}
if type == 3 {
......
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