diff --git a/src/views/Home/Index.vue b/src/views/Home/Index.vue index 81307e0..26e12b9 100644 --- a/src/views/Home/Index.vue +++ b/src/views/Home/Index.vue @@ -69,6 +69,7 @@ function handleSearchClick() { + diff --git a/src/views/Home/components/MineTask/Index.vue b/src/views/Home/components/MineTask/Index.vue index e8c98f0..aeca9c0 100644 --- a/src/views/Home/components/MineTask/Index.vue +++ b/src/views/Home/components/MineTask/Index.vue @@ -1,26 +1,16 @@ diff --git a/src/views/Home/components/MineTask/components/QuestionList.vue b/src/views/Home/components/MineTask/components/QuestionList.vue index 9931823..c88f85d 100644 --- a/src/views/Home/components/MineTask/components/QuestionList.vue +++ b/src/views/Home/components/MineTask/components/QuestionList.vue @@ -4,6 +4,7 @@ import { ref } from 'vue'; import SurveyItem from '@/views/Survey/components/SurveyItem.vue'; import AnalysisInfo from '@/views/Survey/views/Analysis/components/AnalysisInfo/Index.vue'; import { fetchSingleSurvey } from '@/hooks/request/useSurvey'; +import YlSwiper from '@/components/YlSwiper/Index.vue'; const survey = defineModel('survey'); // 获取问卷分析数据 @@ -27,34 +28,20 @@ const disableInsight = ref(true);
- - - - - - - - + - {{ analysis }} + - --> - - - - - - - - - - - - - - - - +