From 38f768d39ba27d303147c59a222655b7c6cdfb25 Mon Sep 17 00:00:00 2001
From: younger_times <841720330@qq.com>
Date: 星期二, 04 七月 2023 14:45:02 +0800
Subject: [PATCH] 修改BUG

---
 OKProject/Class/Home/Model/NoticeNumModel.swift |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/OKProject/Class/Home/Model/NoticeNumModel.swift b/OKProject/Class/Home/Model/NoticeNumModel.swift
index 5f4406a..dd5c96e 100644
--- a/OKProject/Class/Home/Model/NoticeNumModel.swift
+++ b/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
         }

--
Gitblit v1.7.1