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() }