Commit 889990bc authored by David黄金龙's avatar David黄金龙

修改 一处bug

parent fa56a0ad
...@@ -1151,10 +1151,10 @@ private extension YHPreviewViewModel { ...@@ -1151,10 +1151,10 @@ private extension YHPreviewViewModel {
str = model.certificates.hkMacaoPass.issueAt str = model.certificates.hkMacaoPass.issueAt
let tmp5 = YHPreviewQuestionAndAnswerModel(question: "签发地:", answer: str.defaultStringIfEmpty()) let tmp5 = YHPreviewQuestionAndAnswerModel(question: "签发地:", answer: str.defaultStringIfEmpty())
str = model.certificates.hkMacaoPass.issueDateEndAt str = model.certificates.hkMacaoPass.issueDateStartAt
let tmp6 = YHPreviewQuestionAndAnswerModel(question: "签发日期:", answer: str.defaultStringIfEmpty()) let tmp6 = YHPreviewQuestionAndAnswerModel(question: "签发日期:", answer: str.defaultStringIfEmpty())
str = model.certificates.hkMacaoPass.issueDateStartAt str = model.certificates.hkMacaoPass.issueDateEndAt
if str.isEmpty { if str.isEmpty {
str = "" str = ""
} else { } else {
......
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