feat: 预览功能答题完成

- 预览组件功能完善
- 增加对应逻辑文件:
- 补全遗失字段
- 纠正 eslint 错误
This commit is contained in:
Huangzhe
2025-03-14 11:43:52 +08:00
parent c37b9aa3fc
commit 199c228fec
31 changed files with 2349 additions and 573 deletions

View File

@@ -3,9 +3,9 @@ import LastSurvey from './components/LastSurvey/Index.vue';
import Market from './components/Market/Index.vue';
import CreateSurvey from './components/CreateSurvey/Index.vue';
import { onMounted, ref } from 'vue';
import utils from '@/assets/js/common';
import { getUserInfo } from '@/api/common/index.js';
import { showFailToast } from 'vant';
// import utils from '@/assets/js/common';
// import { getUserInfo } from '@/api/common/index.js';
// import { showFailToast } from 'vant';
const contentShow = ref(false);
onMounted(async() => {
contentShow.value = true;