无故事王国
2024-03-15 7ab2d732db69aed82fa019a5ee6f4b5888cd399a
WanPai/Root/Course/VC/StudentExchangeVC.swift
@@ -36,6 +36,8 @@
                        tableView.delegate = self
                        tableView.dataSource = self
                        tableView.separatorStyle = .none
                        tableView.showsVerticalScrollIndicator = false
                        tableView.showsHorizontalScrollIndicator = false
                        tableView.register(UINib(nibName: "StudentInfo_3_TCell", bundle: nil), forCellReuseIdentifier: "_StudentInfo_3_TCell")
                        //        tableView.jq_setEmptyView()
            }
@@ -47,7 +49,7 @@
            }
            @IBAction func addStudentAction(_ sender: UIButton) {
                        let studentVC = AddStudentVC(type: .course,studentInfo: nil)
                        let studentVC = AddStudentVC(type: .course,studentInfo: nil,identity:true)
                        push(vc: studentVC)
            }