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

// 修改高才预览bug

parent bfe2cfa0
......@@ -554,7 +554,7 @@ private extension YHGCPreviewViewModel {
do {
// 主申请人
let title = model0.qla_correct == 1 ? "是" : "否"
let title = model0.is_name_same == true ? "是" : "否"
let tmp0 = YHPreviewQuestionAndAnswerModel(question: "1、您的所有学历及资格证书的姓名及出生日期,是否与身份证完全一致?(例如:身份证上是【张四】,学位证上是【张三】,则为不同", answer: title)
// let title2 = model0.edu_correct == 1 ? "是" : "否"
......@@ -1293,7 +1293,7 @@ private extension YHGCPreviewViewModel {
}
}
let tmp7 = YHPreviewQuestionAndAnswerModel(question: "届满日期:", answer: str.defaultStringIfEmpty())
let model1 = YHPersonInfoCellModel1(cellTitle: "港澳通行证", cellData: [tmp4, tmp5, tmp6, tmp7])
let model1 = YHPersonInfoCellModel1(cellTitle: "中国身份证", cellData: [tmp4, tmp5, tmp6, tmp7])
cerInfoArr.append(model1)
}
......@@ -1627,7 +1627,7 @@ private extension YHGCPreviewViewModel {
}
}
let tmp7 = YHPreviewQuestionAndAnswerModel(question: "届满日期:", answer: str.defaultStringIfEmpty())
let model1 = YHPersonInfoCellModel1(cellTitle: "港澳通行证", cellData: [tmp4, tmp5, tmp6, tmp7])
let model1 = YHPersonInfoCellModel1(cellTitle: "中国身份证", cellData: [tmp4, tmp5, tmp6, tmp7])
cerInfoArr.append(model1)
}
......
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