Feat(专题页):增加分享朋友圈

This commit is contained in:
lifizer
2025-11-14 17:58:07 +08:00
parent 036ae02b7b
commit bc5f60d58c
+12
View File
@@ -44,6 +44,18 @@ export const themeMixins = {
}
}
},
onShareTimeline() {
uni.updateShareMenu({
isPrivateMessage: false,
withShareTicket: false
})
const title = this.pageData.forwardTitle || this.share.title
return {
title,
query: `id=${this.pageData.id}`,
imageUrl: this.pageData.forwardImage || this.share.imageUrl
}
},
methods: {
topImageClick() {
if (this.templateProperties.page1CouponEnable === 1 && this.templateProperties.page1CouponId) {