无故事王国
2023-10-18 e86e19e5e5909f46e09adec1df430e0214a81590
WanPai/Root/Home/VC/JoinMemberIntroduceVC.swift
@@ -35,7 +35,13 @@
    
    
    @IBAction func joinAction(_ sender: QMUIButton) {
      PaymentView.show(money: (ali:199,wx:199,coin:nil,course:nil,integral:nil)) { type in
      var price = 0.01
#if !DEBUG
      price = 199
#endif
      PaymentView.show(money: (ali:price,wx:price,coin:nil,course:nil,integral:nil)) { type in
            Services.enrollMember(paytype: type).subscribe(onNext: {data in
                switch type {
                    case .aliPay: