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

// 预览

parent 353654ff
...@@ -648,7 +648,7 @@ private extension YHPreviewViewModel { ...@@ -648,7 +648,7 @@ private extension YHPreviewViewModel {
//港澳通行证 //港澳通行证
str = model2.hkMacaoPass.number str = model2.hkMacaoPass.number
let tmp4 = YHPreviewQuestionAndAnswerModel(question: "旅行证件号码:", answer: str.defaultStringIfEmpty()) let tmp4 = YHPreviewQuestionAndAnswerModel(question: "旅行证件号码:", answer: str.defaultStringIfEmpty())
str = model2.hkMacaoPass.issueAt str = model2.hkMacaoPass.issueAt
let tmp5 = YHPreviewQuestionAndAnswerModel(question: "签发地:", answer: str.defaultStringIfEmpty()) let tmp5 = YHPreviewQuestionAndAnswerModel(question: "签发地:", answer: str.defaultStringIfEmpty())
...@@ -1374,7 +1374,7 @@ private extension YHPreviewViewModel { ...@@ -1374,7 +1374,7 @@ private extension YHPreviewViewModel {
if isNeedShowHK { if isNeedShowHK {
var str = model.certificates.hkMacaoPass.number var str = model.certificates.hkMacaoPass.number
let tmp4 = YHPreviewQuestionAndAnswerModel(question: "旅行证件号码:", answer: str.defaultStringIfEmpty()) let tmp4 = YHPreviewQuestionAndAnswerModel(question: "旅行证件号码:", answer: str.defaultStringIfEmpty())
str = model.certificates.hkMacaoPass.issueAt str = model.certificates.hkMacaoPass.issueAt
let tmp5 = YHPreviewQuestionAndAnswerModel(question: "签发地:", answer: str.defaultStringIfEmpty()) let tmp5 = YHPreviewQuestionAndAnswerModel(question: "签发地:", answer: str.defaultStringIfEmpty())
...@@ -1686,7 +1686,7 @@ private extension YHPreviewViewModel { ...@@ -1686,7 +1686,7 @@ private extension YHPreviewViewModel {
if isNeedShowHK { if isNeedShowHK {
var str = model.certificates.hkMacaoPass.number var str = model.certificates.hkMacaoPass.number
let tmp4 = YHPreviewQuestionAndAnswerModel(question: "旅行证件号码:", answer: str.defaultStringIfEmpty()) let tmp4 = YHPreviewQuestionAndAnswerModel(question: "旅行证件号码:", answer: str.defaultStringIfEmpty())
str = model.certificates.hkMacaoPass.issueAt str = model.certificates.hkMacaoPass.issueAt
let tmp5 = YHPreviewQuestionAndAnswerModel(question: "签发地:", answer: str.defaultStringIfEmpty()) let tmp5 = YHPreviewQuestionAndAnswerModel(question: "签发地:", answer: str.defaultStringIfEmpty())
......
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