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) {