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