Fix(专题页):尖货&节日分享朋友圈进入小程序渲染错误

(cherry picked from commit eaa36dcf44)
This commit is contained in:
lifizer
2025-12-15 10:08:55 +08:00
parent 38545cd76e
commit 1710f4809c
+1 -1
View File
@@ -52,7 +52,7 @@ export const themeMixins = {
const title = this.pageData.forwardTitle || this.share.title
return {
title,
query: `id=${this.pageData.id}`,
query: `id=${this.pageData.id}&theme=${this.theme || ''}`,
imageUrl: this.pageData.forwardImage || this.share.imageUrl
}
},