宽窄优行-由【嘉易行】项目成品而来
younger_times
2023-07-04 38f768d39ba27d303147c59a222655b7c6cdfb25
OKProject/Class/Home/Model/NoticeNumModel.swift
@@ -20,6 +20,7 @@
    case weChat
    case ali
    case offline
    case company
    func parame() -> Int {
        switch self {
@@ -29,6 +30,8 @@
            return 2
        case .offline:
            return 4
            case .company:
                return 4
        default:
            return 3
        }