WanPai/Root/Activity/VC/ActivityStudentListVC.swift
@@ -65,6 +65,7 @@ cell.img_radio.isHidden = true cell.activityDetailPartModel = viewModel.dataSource.value[indexPath.row] cell.btn_verifiy.isHidden = !viewModel.dataSource.value[indexPath.row].idcard.isEmpty cell.btn_delete.isHidden = viewModel.dataSource.value[indexPath.row].isStudent == 0 cell.delClouse = {index in CommonAlertView.show(title: "提示", content: "确认删除当前人员吗?") { [weak self] status in guard let weakSelf = self else { return }