From e821bea13d9f20905bba3972c4e9c4964994db5d Mon Sep 17 00:00:00 2001
From: 杨锴 <841720330@qq.com>
Date: 星期四, 24 十月 2024 21:04:22 +0800
Subject: [PATCH] fix API TEST

---
 XQMuse/Root/Course/CourseVC.swift |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/XQMuse/Root/Course/CourseVC.swift b/XQMuse/Root/Course/CourseVC.swift
index 21f7221..96c8bc7 100644
--- a/XQMuse/Root/Course/CourseVC.swift
+++ b/XQMuse/Root/Course/CourseVC.swift
@@ -111,7 +111,7 @@
 
 
 				@objc func searchAction(){
-								let vc = SearchVC()
+        let vc = SearchVC(serchType: .course)
 								push(vc: vc)
 				}
 

--
Gitblit v1.7.1