From a250630512514c431620aef4c1da2e1d6f7753a1 Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Tue, 12 Aug 2025 16:50:17 +0800 Subject: [PATCH] =?UTF-8?q?Fix(=E4=B8=93=E9=A2=98=E9=A1=B5):=E5=B0=96?= =?UTF-8?q?=E8=B4=A7=E4=B8=93=E9=A2=98=E9=A1=B5=E5=88=86=E4=BA=AB=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E9=93=BE=E6=8E=A5=E5=8F=82=E6=95=B0=E4=B8=8D=E5=AF=B9?= =?UTF-8?q?=EF=BC=8C=E5=AF=BC=E8=87=B4=E8=BF=9B=E5=85=A5=E4=B9=8B=E5=90=8E?= =?UTF-8?q?=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_product/mixins/themeMixins.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg_product/mixins/themeMixins.js b/pkg_product/mixins/themeMixins.js index 2e60b36..dd3a431 100644 --- a/pkg_product/mixins/themeMixins.js +++ b/pkg_product/mixins/themeMixins.js @@ -20,7 +20,7 @@ export const themeMixins = { if (this.pageData.forwardTitle && this.pageData.forwardImage) { return { title: this.pageData.forwardTitle, - path: `/pkg_product/views/homestay?id=${this.pageData.id}`, + path: this.pageKeyId.indexOf('appContentHomestay') > -1 ? `/pkg_product/views/homestay?id=${this.pageData.id}` : `/pkg_product/views/festival?id=${this.pageData.id}&theme=${this.theme || ''}`, imageUrl: this.pageData.forwardImage } } else {