From 77041c81c325c0bc88c94dc28d732f656cc4c885 Mon Sep 17 00:00:00 2001
From: 无故事王国 <841720330@qq.com>
Date: 星期二, 17 十月 2023 18:28:29 +0800
Subject: [PATCH] 修复BUG

---
 WanPai/Root/Home/VC/JoinMemberIntroduceVC.swift |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WanPai/Root/Home/VC/JoinMemberIntroduceVC.swift b/WanPai/Root/Home/VC/JoinMemberIntroduceVC.swift
index 4bfb59d..b6a6501 100644
--- a/WanPai/Root/Home/VC/JoinMemberIntroduceVC.swift
+++ b/WanPai/Root/Home/VC/JoinMemberIntroduceVC.swift
@@ -35,7 +35,7 @@
     
     
     @IBAction func joinAction(_ sender: QMUIButton) {
-        PaymentView.show(money: (ali:199,wx:199,coin:nil,course:nil)) { type in
+		PaymentView.show(money: (ali:199,wx:199,coin:nil,course:nil,integral:nil)) { type in
             Services.enrollMember(paytype: type).subscribe(onNext: {data in
                 switch type {
                     case .aliPay:

--
Gitblit v1.7.1