BUG
无故事王国
2023-11-17 e97b863bfafb2fc0fd870abc933276aa96a17a45
WanPai/Root/Activity/VC/ActivitySignupDetailVC.swift
@@ -165,8 +165,10 @@
            if status{
                Services.cancelMyCOmpetition(id: weakSelf.id).subscribe(onNext: { data in
                    alertSuccess(msg: "取消成功")
                    self?.btn_cancel.isHidden = true
               self?.btn_cancel.setTitle("已取消", for: .normal)
               self?.btn_cancel.backgroundColor = UIColor(hexStr: "#C0C0C0")
                    NotificationCenter.default.post(name: CancelActivitySingup_Noti, object: nil)
               NotificationCenter.default.post(name: StudentRefresh_Nofi, object: nil)
                }).disposed(by: weakSelf.disposeBag)
            }
        }