无故事王国
2023-10-09 0408b5d7b07077dc9f451a03a1a859038e4e5bf5
WanPai/Config/Enums.swift
@@ -50,6 +50,7 @@
    case register = 2
    case updatePwd = 3
    case forgotPwd = 4
   case bindPhone = 5
    var titleStr:String{
        switch self {
@@ -61,6 +62,8 @@
                return "修改密码"
            case .forgotPwd:
                return "忘记密码"
         case .bindPhone:
            return "绑定手机号"
        }
    }
}