Commit c12acc02 authored by Steven杜宇's avatar Steven杜宇

// 活动

parent 39f48c53
......@@ -18,6 +18,8 @@ enum YHActivityStatus: Int {
case end = 3 // 活动结束
case canceled = 4 // 已取消报名
case soldout = 5 // 活动下架
case scanSign = 6 // 扫码签到
case signed = 7 // 已签到
var titleForList: String {
switch self {
......
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