From 1ce24994191640a42b793849013fb94810c0a1a5 Mon Sep 17 00:00:00 2001 From: Huangzhe Date: Thu, 22 May 2025 10:43:55 +0800 Subject: [PATCH] =?UTF-8?q?fix(home)=20:=20=E6=9B=B4=E6=94=B9=E4=B8=BB?= =?UTF-8?q?=E9=A1=B5=E6=93=8D=E4=BD=9C=E9=80=BB=E8=BE=91=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - “左右滑动换题目,左右点击换问卷” 逻辑交换 - 删除无用注释内容 --- src/views/Home/Index.vue | 1 + src/views/Home/components/MineTask/Index.vue | 18 ++------- .../MineTask/components/QuestionList.vue | 39 +++++++------------ 3 files changed, 18 insertions(+), 40 deletions(-) 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 }} + - --> - - - - - - - - - - - - - - - - +