From 0fb7413df54760ac6bd15b90b738e0706de1629e Mon Sep 17 00:00:00 2001
From: 杨锴 <841720330@qq.com>
Date: 星期二, 05 十一月 2024 19:03:09 +0800
Subject: [PATCH] fix bug

---
 XQMuse/Root/Plans/View/PlanGuidePromptSupplyView.swift |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/XQMuse/Root/Plans/View/PlanGuidePromptSupplyView.swift b/XQMuse/Root/Plans/View/PlanGuidePromptSupplyView.swift
index 6e88110..4ac2d14 100644
--- a/XQMuse/Root/Plans/View/PlanGuidePromptSupplyView.swift
+++ b/XQMuse/Root/Plans/View/PlanGuidePromptSupplyView.swift
@@ -58,7 +58,7 @@
 				}
 
 				@IBAction func submitAndNextAction(_ sender: UIButton) {
-								clouse?("")
+        clouse?(textView.text)
 								closeAction()
 				}
 				@IBAction func nextAction(_ sender: UIButton) {

--
Gitblit v1.7.1