Commit 5e63b9f4 authored by Steven杜宇's avatar Steven杜宇

// 无有效期时的显示

parent 5dd433bb
......@@ -298,7 +298,7 @@ extension YHResignInfoConfirmViewModel {
resultArr.append(cerIdInfo)
// 有效期
var validTime = " "
var validTime = "-"
if !identity.begin.isEmpty, !identity.end.isEmpty {
validTime = "\(identity.begin) ~ \(identity.end)"
}
......
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