| | |
| | | push(vc: vc);return |
| | | } |
| | | |
| | | let vc = PaymentOrderVC(courseItemModel: m, type: .course) |
| | | let vc = PaymentOrderVC(courseItemModel: m, type: .course,showType:.horizontal) |
| | | push(vc: vc) |
| | | } |
| | | } |
| | |
| | | @objc func sendGift(_ btn:QMUIButton){ |
| | | if let price = courseDetailModel?.iosPrice{ |
| | | CourseSendGiftView.show(price:price) { |
| | | let vc = PaymentOrderVC(courseItemModel: self.courseDetailModel!,type: .course,giftToOther: true) |
| | | let vc = PaymentOrderVC(courseItemModel: self.courseDetailModel!,type: .course,giftToOther: true, showType: .horizontal) |
| | | self.push(vc: vc) |
| | | } |
| | | } |