| | |
| | | } |
| | | } |
| | | |
| | | enum StudentAppointTypeList:Int{ |
| | | case all = 0 |
| | | case pedding = 1 |
| | | case complete = 2 |
| | | case cancel = 3 |
| | | } |
| | | |
| | | enum StudentAppointDateType:Int,HandyJSONEnum{ |
| | | case all = 0 |
| | | case week = 1 |
| | |
| | | case sport = 2 |
| | | case communtiy = 3 |
| | | case deepPlayer = 4 |
| | | case more = 5 |
| | | |
| | | |
| | | var image:UIImage{ |
| | |
| | | case .sport:return UIImage(named: "icon_coupon_2")! |
| | | case .communtiy:return UIImage(named: "icon_coupon_3")! |
| | | case .deepPlayer:return UIImage(named: "icon_coupon_4")! |
| | | case .more:return UIImage(named: "icon_coupon_6")! |
| | | } |
| | | } |
| | | |
| | |
| | | case .sport:return "EVENTS" |
| | | case .communtiy:return "ON_LINE" |
| | | case .deepPlayer:return "APPOINTMENT" |
| | | case .more:return "MORE" |
| | | } |
| | | } |
| | | |
| | |
| | | case .sport:return "运动大人" |
| | | case .communtiy:return "社区之王" |
| | | case .deepPlayer:return "深度玩家" |
| | | case .more:return "更多" |
| | | } |
| | | } |
| | | |