Commit 3025c326 authored by pete谢兆麟's avatar pete谢兆麟

修改时间格式

parent 0f84ae94
......@@ -147,7 +147,7 @@ class YHResignCertificateDetailViewController: YHBaseViewController {
let convertedDateString = dateFormatter.string(from: date) // 转换日期到目标格式
return convertedDateString
}
return ""
return data
}
}
......
......@@ -68,6 +68,6 @@ class YHResignCertificateDetailViewModel: YHBaseViewModel {
let convertedDateString = dateFormatter.string(from: date) // 转换日期到目标格式
return convertedDateString
}
return ""
return data
}
}
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