无故事王国
2023-12-08 cf002d12c6cc172a2fe989243c038cc64f627a02
WanPai/Root/Activity/VC/ActivityDetailApplyVC.swift
@@ -143,6 +143,12 @@
            if status{
               let isStudent = weakSelf.students.filter({$0.isStudent == 0}).count > 0 ? true:false
               //零元购
               if price == 0 && coin == 0 && course == 0{
                  weakSelf.payment(type: .coin,paymentId: 0)
                  return
               }
               PaymentView.show(money: (ali:price,wx:price,coin:coin,course:course,integral:nil),hasNotStudent: isStudent) { [weak self] type in
                  guard let weakSelf = self else { return }
                  if type == .courseNum{
@@ -168,6 +174,12 @@
            let course = weakSelf.activityDetailModel.classPrice * weakSelf.students.count
            if status{
                  //零元购
               if price == 0 && coin == 0 && course == 0{
                  weakSelf.payment(type: .coin,paymentId: 0)
                  return
               }
               let isStudent = weakSelf.students.filter({$0.isStudent == 0}).count > 0 ? true:false
               PaymentView.show(money: (ali:price,wx:price,coin:coin,course:course,integral:nil),hasNotStudent: isStudent) { [weak self] type in
                  guard let weakSelf = self else { return }