无故事王国
2023-10-26 152da0e2d8cd3bd522fb04d1114f0930c33c9fdf
WanPai/Config/Enums.swift
@@ -72,6 +72,7 @@
    case privacy = 2
    case other = 4
   case matchStore = 5
   case useStore = 6
    var titleStr:String{
        switch self{
@@ -80,6 +81,7 @@
            case .user:return "用户协议"
         case .matchStore:return "参与门店"
            case .other:return ""
         case .useStore:return "可用门店"
        }
    }
}
@@ -97,7 +99,7 @@
enum HomeItemType:Int,HandyJSONEnum{
    case none = 0
        ///报名玩湃课程
        ///报名玩湃运动营
    case course = 1
        ///预约场地
    case booking = 2
@@ -105,7 +107,7 @@
    case activity = 3
        ///免费福利
    case welfare = 4
        ///线上课程积分
        ///线上运动营积分
    case coin = 5
        ///购买优惠门票
    case ticket = 6
@@ -287,7 +289,7 @@
        switch self {
            case .goods:return "实物"
            case .coupon:return "优惠券"
            case .course:return "课程"
            case .course:return "运动营"
            case .ticket:return "门票"
        }
    }
@@ -427,6 +429,6 @@
enum ScanType:Int{
   case games = 1000 //游戏
   case course = 1001 //课程
   case course = 1001 //运动营
   case yard = 1002 //场地
}