WanPai/Root/Course/VC/StudentExchangeVC.swift
@@ -57,7 +57,7 @@ UserDefaults.standard.setValue(id, forKey: "currentStuId") UserDefaults.standard.synchronize() Services.startCourseSwitch(id: id).subscribe(onNext: { data in NotificationCenter.default.post(name: StudentUpdate_Nofi, object: nil) NotificationCenter.default.post(name: StudentRefresh_Nofi, object: nil) self.navigationController?.popViewController() }).disposed(by: disposeBag) }