宽窄优行-由【嘉易行】项目成品而来
younger_times
2023-07-05 0d8f5fc8a516bfd07e425909e4a4432600572ee7
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) {