WanPai/Root/Activity/VC/ActivityDetailApplyVC.swift
@@ -115,7 +115,7 @@ } @IBAction func addStudentAction(_ sender: QMUIButton) { StudentChooseView.show(itemType: .activity, defaultStu: students) { [weak self] studs in StudentChooseView.show(itemType: .activity, defaultStu: students,isAuth: activityDetailModel.isReal) { [weak self] studs in self?.students = studs as! [ActivityDetailPartModel] self?.cons_tableHei.constant = Double(self?.students.count ?? 0) * 100 self?.tableView.reloadData()