From 6546f53a3b3674ff5b1c1fa5a328e62a4af7322d Mon Sep 17 00:00:00 2001 From: LinCyJang Date: Mon, 23 Mar 2026 22:55:28 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A4951=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E4=BD=93=E9=AA=8C=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE-=E8=AF=A6=E6=83=85=E4=BF=A1=E6=81=AF=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E8=8E=B7=E5=8F=96=E9=94=99=E8=AF=AF=EF=BC=8C=E5=BD=93?= =?UTF-8?q?=E5=89=8D=E8=8E=B7=E5=8F=96=E7=9A=84=E6=98=AF=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=90=8E=E5=8F=B0=E9=85=8D=E7=BD=AE=E7=9A=84=E4=BD=93=E9=AA=8C?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=88=97=E8=A1=A8-=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E7=9A=84=E5=86=85=E5=AE=B9=EF=BC=8C=E5=BA=94?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=E4=BD=93=E9=AA=8C=E9=A1=B9=E7=9B=AE-?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_product/views/experienceProjectDetail.vue | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/pkg_product/views/experienceProjectDetail.vue b/pkg_product/views/experienceProjectDetail.vue index d9f9677..c820234 100644 --- a/pkg_product/views/experienceProjectDetail.vue +++ b/pkg_product/views/experienceProjectDetail.vue @@ -81,23 +81,23 @@ - - - + + 体验项目 + - {{ project.experienceTitle || project.name }} + {{ item.themeName || item.projectName }} - {{ project.experienceSubTitle || project.intro }} + {{ item.projectIntro || item.detail }} @@ -166,7 +166,8 @@ export default { validTo: '', usageNotice: '', currentSwiperIndex: 0, - videoContext: null + videoContext: null, + projectList: [] } }, computed: { @@ -272,6 +273,7 @@ export default { this.validTo = project.validityEndTime } if (project.projectList && project.projectList.length) { + this.projectList = project.projectList this.detailList = project.projectList.map(item => ({ name: item.projectName || '', count: item.projectIntro || '' @@ -510,6 +512,7 @@ export default { background: #C52733; overflow: hidden; box-shadow: 0 8rpx 24rpx rgba(197, 39, 51, 0.15); + margin-bottom: 24rpx; } .experience-image { width: 100%;