@@ -24,7 +33,7 @@ function setActive(act, tol) {
-
+
diff --git a/src/views/Home/components/MineTask/components/QuestionList.vue b/src/views/Home/components/MineTask/components/QuestionList.vue
index 2950309..0bcdb29 100644
--- a/src/views/Home/components/MineTask/components/QuestionList.vue
+++ b/src/views/Home/components/MineTask/components/QuestionList.vue
@@ -7,6 +7,7 @@ import { fetchSingleSurvey } from '@/hooks/request/useSurvey';
import YlSwiper from '@/components/YlSwiper/Index.vue';
import EmptyContainer from '@/views/Survey/components/EmptyContainer.vue';
import emptyImg from '@/assets/img/emptyImg.png';
+import { isDrag } from '../hooks/useDragEvent';
const survey = defineModel('survey');
// 获取问卷分析数据
@@ -32,10 +33,10 @@ const disableInsight = ref(true);
{
+// console.log('isDrag', val);
+})
+export {isDrag}
\ No newline at end of file