无故事王国
2024-03-12 fd05d3dfc61ad3482cfd577279cff72f74c68cf6
WanPai/Root/Activity/VC/ActivityStudentListVC.swift
@@ -72,7 +72,7 @@
                                                guard let weakSelf = self else { return }
                                                if status{
                                                            let m = weakSelf.viewModel.dataSource.value[index.row]
                                                            Services.deleParticipant(id: m.id).subscribe(onNext: { data in
                                                            Services.deleParticipant(id: m.id, isStudent: m.isStudent).subscribe(onNext: { data in
                                                                        weakSelf.viewModel.beginRefresh()
                                                            }).disposed(by: weakSelf.disposeBag)
                                                }