无故事王国
2023-11-24 0956065363582c474fdead4b923adced42138641
WanPai/Root/Course/VC/SignUpCourseVC.swift
@@ -109,7 +109,7 @@
extension SignUpCourseVC:UITableViewDelegate{
   func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
      let item = viewModel.dataSource.value[indexPath.row]
      Services.registeredData(coursePayId: item.coursePayId).subscribe(onNext: {data in
      Services.registeredData(coursePayId: item.coursePayId,orderId: item.orderId).subscribe(onNext: {data in
         if let m1 = data.data{
            if m1.payStatus == .unPayment{
               Services.queryCourseInfo(id:  item.coursePackageId,payId: item.coursePayId).subscribe(onNext: { data in