Commit fc80aa04 authored by David黄金龙's avatar David黄金龙

处理一处展示颜色

parent ae925dde
......@@ -114,7 +114,7 @@ extension YHHKEventViewController {
extension YHHKEventViewController {
func saveImageToPhotoLib() {
var urlString = self.picUrl
let urlString = self.picUrl
guard let url = URL(string: urlString) else {
YHHUD.flash(message: "参数错误,保存失败")
return
......
......@@ -60,7 +60,7 @@ extension YHCertificateEntryCell {
var color : UIColor = .failColor
if dataModel.checkStatus == 0 {
title = "审核中"
color = UIColor.labelTextColor2
color = UIColor.warnColor
} else if dataModel.checkStatus == 1 {
title = "已完成"
color = UIColor.labelTextColor2
......
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