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 "参与赛点" } } }