diff --git a/src/aiService-sub/index/index.vue b/src/aiService-sub/index/index.vue
index 2be4562..b3806c7 100644
--- a/src/aiService-sub/index/index.vue
+++ b/src/aiService-sub/index/index.vue
@@ -33,7 +33,6 @@ const handleChildMessage = (event) => {
}
onLoad((options) => {
- console.log(options)
if (options.id) {
url.value += `&reportId=${options.id}`
}
diff --git a/src/pages-evaluation-sub/evaluate/academicReport/CapabilityReport.vue b/src/pages-evaluation-sub/evaluate/academicReport/CapabilityReport.vue
index a5863ae..bc86a59 100644
--- a/src/pages-evaluation-sub/evaluate/academicReport/CapabilityReport.vue
+++ b/src/pages-evaluation-sub/evaluate/academicReport/CapabilityReport.vue
@@ -20,7 +20,7 @@
-
+
-
+
@@ -45,6 +42,7 @@
import Navbar from '@/pages-evaluation-sub/components/navbar/Navbar.vue'
import LineReport from '../components/interestChart/LineReport.vue'
import AbilityDimension from '../components/AbilityDimension.vue'
+import AiFooter from '../components/AiFooter.vue'
import { getAbilityDimension } from '@/service/index/api'
diff --git a/src/pages-evaluation-sub/evaluate/academicReport/CharacterReport.vue b/src/pages-evaluation-sub/evaluate/academicReport/CharacterReport.vue
index 22b2a48..d0a90ee 100644
--- a/src/pages-evaluation-sub/evaluate/academicReport/CharacterReport.vue
+++ b/src/pages-evaluation-sub/evaluate/academicReport/CharacterReport.vue
@@ -20,7 +20,7 @@
-
+
@@ -37,10 +37,7 @@
/>
-
+
@@ -48,7 +45,7 @@
import Navbar from '@/pages-evaluation-sub/components/navbar/Navbar.vue'
import CharacterChart from '../components/interestChart/CharacterChart.vue'
import DependenciesChart from '../components/interestChart/DependenciesChart.vue'
-
+import AiFooter from '../components/AiFooter.vue'
import { getMBTIDimension } from '@/service/index/api'
const pageType = ref(0)
diff --git a/src/pages-evaluation-sub/evaluate/academicReport/InterestReport.vue b/src/pages-evaluation-sub/evaluate/academicReport/InterestReport.vue
index 6ef8df2..454e897 100644
--- a/src/pages-evaluation-sub/evaluate/academicReport/InterestReport.vue
+++ b/src/pages-evaluation-sub/evaluate/academicReport/InterestReport.vue
@@ -38,20 +38,7 @@
-
+
@@ -63,6 +50,7 @@ import IntroMajor from '../components/IntroMajor.vue'
import { getHollandDimensionInfo } from '@/service/index/api'
import InterestingThings from '../components/InterestingThings.vue'
+import AiFooter from '../components/AiFooter.vue'
const pageType = ref(0)
const pageId = ref(0)
@@ -73,12 +61,6 @@ const handleBack = () => {
const studyRecord = ref({ description: '', title: '', picCharts: {}, reportItems: [], hTag: '' })
-const toAiAssistant = () => {
- uni.navigateTo({
- url: `/aiService-sub/index/index?id=${pageId.value}&type=${pageType.value}`,
- })
-}
-
onLoad((options) => {
pageType.value = +options.type
pageId.value = options.id
diff --git a/src/pages-evaluation-sub/evaluate/academicReport/opinionAboutReport.vue b/src/pages-evaluation-sub/evaluate/academicReport/opinionAboutReport.vue
index a865e90..fd78c26 100644
--- a/src/pages-evaluation-sub/evaluate/academicReport/opinionAboutReport.vue
+++ b/src/pages-evaluation-sub/evaluate/academicReport/opinionAboutReport.vue
@@ -20,7 +20,7 @@
-
+
@@ -30,10 +30,7 @@
-
+
@@ -41,6 +38,7 @@
import Navbar from '@/pages-evaluation-sub/components/navbar/Navbar.vue'
import OpinionChart from '../components/interestChart/OpinionChart.vue'
import AbilityDimension from '../components/AbilityDimension.vue'
+import AiFooter from '../components/AiFooter.vue'
import { getOpinionAbout } from '@/service/index/api'
diff --git a/src/pages-evaluation-sub/evaluate/components/AiFooter.vue b/src/pages-evaluation-sub/evaluate/components/AiFooter.vue
new file mode 100644
index 0000000..f76a7c1
--- /dev/null
+++ b/src/pages-evaluation-sub/evaluate/components/AiFooter.vue
@@ -0,0 +1,36 @@
+
+
+
+
+
+ 智能AI顾问
+
+
+
+
+
diff --git a/src/pages-evaluation-sub/evaluate/psychologicalReport/mhtReport.vue b/src/pages-evaluation-sub/evaluate/psychologicalReport/mhtReport.vue
index 6d739b7..59d6c41 100644
--- a/src/pages-evaluation-sub/evaluate/psychologicalReport/mhtReport.vue
+++ b/src/pages-evaluation-sub/evaluate/psychologicalReport/mhtReport.vue
@@ -20,12 +20,11 @@
-
+
-
+
-
diff --git a/src/pages-evaluation-sub/evaluate/psychologicalReport/sasReport.vue b/src/pages-evaluation-sub/evaluate/psychologicalReport/sasReport.vue
index aab534d..001e7a8 100644
--- a/src/pages-evaluation-sub/evaluate/psychologicalReport/sasReport.vue
+++ b/src/pages-evaluation-sub/evaluate/psychologicalReport/sasReport.vue
@@ -20,9 +20,9 @@
-
+
-
+
-
+
+
+
+
@@ -42,7 +45,7 @@
import Navbar from '@/pages-evaluation-sub/components/navbar/Navbar.vue'
import StatusCard from '../components/StatusCard.vue'
import SuggestionCard from '../components/SuggestionCard.vue'
-
+import AiFooter from '../components/AiFooter.vue'
import { getCustomScaleExplains } from '@/service/index/api'
const pageType = ref(0)
diff --git a/src/pages-evaluation-sub/evaluate/psychologicalReport/sdsReport.vue b/src/pages-evaluation-sub/evaluate/psychologicalReport/sdsReport.vue
index 8b40b6a..cf9330a 100644
--- a/src/pages-evaluation-sub/evaluate/psychologicalReport/sdsReport.vue
+++ b/src/pages-evaluation-sub/evaluate/psychologicalReport/sdsReport.vue
@@ -20,9 +20,9 @@
-
+
-
+
-
+
+
+
+
@@ -42,9 +45,8 @@
import Navbar from '@/pages-evaluation-sub/components/navbar/Navbar.vue'
import StatusCard from '../components/StatusCard.vue'
import SuggestionCard from '../components/SuggestionCard.vue'
-
import { getCustomScaleExplains } from '@/service/index/api'
-
+import AiFooter from '../components/AiFooter.vue'
const pageType = ref(0)
const pageId = ref(0)
diff --git a/src/pages-evaluation-sub/evaluate/studyReport/LearnSkillReport.vue b/src/pages-evaluation-sub/evaluate/studyReport/LearnSkillReport.vue
index 9a6ecdd..e05a117 100644
--- a/src/pages-evaluation-sub/evaluate/studyReport/LearnSkillReport.vue
+++ b/src/pages-evaluation-sub/evaluate/studyReport/LearnSkillReport.vue
@@ -20,9 +20,9 @@
-
+
-
+
-
+
+
+
+
@@ -47,7 +50,7 @@
import Navbar from '@/pages-evaluation-sub/components/navbar/Navbar.vue'
import StatusCard from '../components/StatusCard.vue'
import LearnSkillSuggestion from '../components/LearnSkillSuggestion.vue'
-
+import AiFooter from '../components/AiFooter.vue'
import { getCustomScaleExplains } from '@/service/index/api'
const pageType = ref(0)
diff --git a/src/pages-evaluation-sub/evaluate/studyReport/LearnStudyReport.vue b/src/pages-evaluation-sub/evaluate/studyReport/LearnStudyReport.vue
index 595aeec..3b922b9 100644
--- a/src/pages-evaluation-sub/evaluate/studyReport/LearnStudyReport.vue
+++ b/src/pages-evaluation-sub/evaluate/studyReport/LearnStudyReport.vue
@@ -20,12 +20,12 @@
-
+
-
+
-
+
+
+
+
@@ -40,7 +43,7 @@
import Navbar from '@/pages-evaluation-sub/components/navbar/Navbar.vue'
import LearnStyleChart from '../components/studyChart/LearnStyleChart.vue'
import LearnStudySuggestion from '../components/LearnStudySuggestion.vue'
-
+import AiFooter from '../components/AiFooter.vue'
import { getCustomScaleExplains } from '@/service/index/api'
const pageType = ref(0)
diff --git a/src/pages-evaluation-sub/evaluate/studyReport/anxietyReport.vue b/src/pages-evaluation-sub/evaluate/studyReport/anxietyReport.vue
index d04eb0d..fd4836d 100644
--- a/src/pages-evaluation-sub/evaluate/studyReport/anxietyReport.vue
+++ b/src/pages-evaluation-sub/evaluate/studyReport/anxietyReport.vue
@@ -20,9 +20,9 @@
-
+
-
+
-
+
+
+
+
@@ -47,7 +50,7 @@
import Navbar from '@/pages-evaluation-sub/components/navbar/Navbar.vue'
import StatusCard from '../components/StatusCard.vue'
import LearnSkillSuggestion from '../components/LearnSkillSuggestion.vue'
-
+import AiFooter from '../components/AiFooter.vue'
import { getCustomScaleExplains } from '@/service/index/api'
const pageType = ref(0)
diff --git a/src/pages-sub/components/collapse/CollapseItem.vue b/src/pages-sub/components/collapse/CollapseItem.vue
index 2a9cde6..b64f885 100644
--- a/src/pages-sub/components/collapse/CollapseItem.vue
+++ b/src/pages-sub/components/collapse/CollapseItem.vue
@@ -248,14 +248,14 @@ const getNvueHwight = (type) => {
// 组件挂载后初始化 - 注册部分的修改
onMounted(() => {
if (!collapseContext) {
- console.error('找不到折叠面板父组件上下文!')
+ // console.error('找不到折叠面板父组件上下文!')
return
}
// 设置nameSync
nameSync.value = props.name !== '' ? props.name.toString() : `${collapseContext.childrens.length}`
- console.log('折叠项挂载:', nameSync.value)
+ // console.log('折叠项挂载:', nameSync.value)
// 注册到父组件 - 确保传递所有必要的参数
collapseContext.register({
@@ -277,9 +277,9 @@ onMounted(() => {
nextTick(() => {
if (collapseContext.getActiveNames) {
const activeNames = collapseContext.getActiveNames()
- console.log('当前活动项:', activeNames, '本项:', nameSync.value)
+ // console.log('当前活动项:', activeNames, '本项:', nameSync.value)
if (activeNames.includes(nameSync.value.toString())) {
- console.log('默认展开:', nameSync.value)
+ // console.log('默认展开:', nameSync.value)
isOpen.value = true
// 更新高度
init()
diff --git a/src/pages-sub/evaluation/assessmentPage.vue b/src/pages-sub/evaluation/assessmentPage.vue
index 1d6152e..ebd5670 100644
--- a/src/pages-sub/evaluation/assessmentPage.vue
+++ b/src/pages-sub/evaluation/assessmentPage.vue
@@ -308,6 +308,7 @@ const handleSubmit = () => {
position: relative;
display: flex;
flex-direction: column;
+ padding-bottom: calc(20rpx + constant(safe-area-inset-bottom));
padding-bottom: calc(env(safe-area-inset-bottom) + 20rpx);
// 如果 safe-area-inset-bottom 为 0,则 padding-bottom 为 20rpx
diff --git a/src/pages-sub/ucenter/evaluate/evaluateList.vue b/src/pages-sub/ucenter/evaluate/evaluateList.vue
index da0ace4..8f9d22a 100644
--- a/src/pages-sub/ucenter/evaluate/evaluateList.vue
+++ b/src/pages-sub/ucenter/evaluate/evaluateList.vue
@@ -7,7 +7,7 @@
-
+