| | |
| | | let vc = VIPCenterVC() |
| | | JQ_currentViewController().jq_push(vc: vc) |
| | | }else{ |
| | | let vc = PaymentOrderVC(courseItemModel: m,type: .course,giftToOther: true) |
| | | let vc = PaymentOrderVC(courseItemModel: m,type: .course,giftToOther: true, showType: .horizontal) |
| | | JQ_currentViewController().jq_push(vc:vc) |
| | | } |
| | | } |
| | |
| | | let vc = VIPCenterVC() |
| | | JQ_currentViewController().jq_push(vc: vc) |
| | | }else{ |
| | | let vc = PaymentOrderVC(museItemModel: m,type: .muse) |
| | | let vc = PaymentOrderVC(museItemModel: m,type: .muse, showType: .vertical) |
| | | JQ_currentViewController().jq_push(vc:vc) |
| | | } |
| | | } |