younger_times
2023-07-17 a0071c0c7726d3e6742bc7c4c30536302766626a
WanPai/Root/Activity/TCell/ActivityInfoTCell.swift
@@ -25,6 +25,14 @@
                label_duetime.text = "截止报名:" + m.registerEndTime
                label_ageScope.text = m.age
                label_hot.text = "\(m.heat)"
                label_state.text = m.status.rawTitle
                switch m.status{
                    case .ongoing,.prepare:
                        label_state.backgroundColor = Def_ThemeColor
                    default:
                        label_state.backgroundColor = UIColor(hexStr: "#BABABA")
                }
            }
        }
    }