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

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

diff --git a/WanPai/Root/Home/VC/JoinMemberIntroduceVC.swift b/WanPai/Root/Home/VC/JoinMemberIntroduceVC.swift
index b6a6501..1203cb4 100644
--- a/WanPai/Root/Home/VC/JoinMemberIntroduceVC.swift
+++ b/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:

--
Gitblit v1.7.1