XQMuse/Root/Home/VC/PaymentOrderVC.swift
@@ -156,8 +156,16 @@ @IBAction func webAgreementAction(_ sender: UIButton) { let vc = WebVC(type: .course) push(vc: vc) Services.agreementBy(.course).subscribe(onNext: {data in if let model = data.data{ let vc = VIPAgreementVC(title: "课程/疗愈音频购买协议", content: model.content) { self.btn_isRead.isSelected = true } vc.modalPresentationStyle = .custom self.present(vc, animated: true) } }).disposed(by: disposeBag) } @IBAction func completeAction(_ sender: UIButton) {