fix
无故事王国
2024-03-04 54c6ef0be42d9f2e49a344fd69f231cb6df43797
WanPai/Config/Enums.swift
@@ -17,6 +17,10 @@
            case video = 3
            ///常见问题
            case qusition = 4
            case worldCup_top = 6
            case worldCup_bottom = 7
}
/// 登录类型
@@ -66,6 +70,7 @@
}
//【mark】注意与:/other/base/protocol/queryProtocol 混用了,注意区分或分开
enum AgreentType:Int {
            case user = 1
@@ -74,6 +79,7 @@
            case other = 4
            case matchStore = 5
            case useStore = 6
            case matchPoint = 7
            var titleStr:String{
                        switch self{
@@ -83,6 +89,7 @@
                                    case .matchStore:return "参与门店"
                                    case .other:return ""
                                    case .useStore:return "可用门店"
                                    case .matchPoint:return "参与赛点"
                        }
            }
}