diff --git a/src/assets/icons/foryou/foryouicon.webp b/src/assets/icons/foryou/foryouicon.webp new file mode 100644 index 00000000..9697d4f7 Binary files /dev/null and b/src/assets/icons/foryou/foryouicon.webp differ diff --git a/src/assets/icons/foryou/jhwlicon.webp b/src/assets/icons/foryou/jhwlicon.webp new file mode 100644 index 00000000..86218f1f Binary files /dev/null and b/src/assets/icons/foryou/jhwlicon.webp differ diff --git a/src/components/Home/index.vue b/src/components/Home/index.vue index 241b0bb9..f8be3e47 100644 --- a/src/components/Home/index.vue +++ b/src/components/Home/index.vue @@ -51,7 +51,7 @@ const questionnairePath = questionnaireInfo.path; // 获取最新的问卷地址 const isShowEditPanel = ref(false); -const registerTips = ref("") +const registerTips = ref(""); const showEditPanel = () => { isShowEditPanel.value = true; @@ -72,8 +72,8 @@ if (questionnairePath != systemStore.questionnaire.path) { onMounted(() => { SystemService.getAnnouncement(); SystemService.getGeneralInfo().then(res=>{ - registerTips.value = res.data.registerTips - }) + registerTips.value = res.data.registerTips; + }); }); const isActive = computed(() => { diff --git a/src/pages/about/index.vue b/src/pages/about/index.vue index a89c3cf9..602b5ee9 100644 --- a/src/pages/about/index.vue +++ b/src/pages/about/index.vue @@ -28,10 +28,7 @@ - + {{ copyright }} diff --git a/src/pages/announcement/InformationCard/index.vue b/src/pages/announcement/InformationCard/index.vue index 8008cbd6..b096fc2d 100644 --- a/src/pages/announcement/InformationCard/index.vue +++ b/src/pages/announcement/InformationCard/index.vue @@ -37,9 +37,9 @@ const timeFormat = (time: string) => { 点击跳转相关规定