From 0d8f5fc8a516bfd07e425909e4a4432600572ee7 Mon Sep 17 00:00:00 2001 From: younger_times <841720330@qq.com> Date: 星期三, 05 七月 2023 21:21:35 +0800 Subject: [PATCH] 修复BUG --- OKProject/Class/Home/Controller/EnterpriseAuthVC.swift | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/OKProject/Class/Home/Controller/EnterpriseAuthVC.swift b/OKProject/Class/Home/Controller/EnterpriseAuthVC.swift index 9066d45..9ca9ee2 100644 --- a/OKProject/Class/Home/Controller/EnterpriseAuthVC.swift +++ b/OKProject/Class/Home/Controller/EnterpriseAuthVC.swift @@ -67,8 +67,9 @@ if sender.tag == 10{ switch model.authStatus{ - case .Pending: + case .Pending,.Reject: let vc = EnterpriseAuthApplyVC() + vc.model = model yy_push(vc: vc) case .Review: alert(popup: .single, title: "提示", text: "请耐心等待,审核通过后会通过短信的形式通知", submitTitle: "确定",cancelTitle: nil) { -- Gitblit v1.7.1