杨锴
2024-09-02 9557d84559aabaa4c0c976804a90197b92e2dbe0
XQMuse/Root/Plans/PlanGuide_2_VC.swift
@@ -30,8 +30,6 @@
                        questions.append("您是否沉迷情感倍受伤害?")
                        questions.append("您是否人生迷茫踌躇彷徨?")
                        questions.append("您是否内心纠结敏感多疑?")
                        questions.append("其他")
                        nextQuestion()
    }
@@ -127,7 +125,10 @@
                        DispatchQueue.main.asyncAfter(delay: 1.8) {
                                    if self.questionIndex == self.questions.count - 1{
                                                //todo
                                                PlanGuidePromptSupplyView.show { text in
                                                            let vc = PlanGuide_3_VC()
                                                            self.push(vc: vc)
                                                }
                                    }else{
                                                self.nextQuestion()
                                    }