Feat(千县):增加分享朋友圈

This commit is contained in:
lifizer
2025-11-14 17:57:36 +08:00
parent 8910281527
commit 036ae02b7b
+11
View File
@@ -821,6 +821,17 @@ export default {
countyId: null,
}
},
onShareAppMessage() {
uni.updateShareMenu({
isPrivateMessage: false,
withShareTicket: false
})
return {
title: this.inn.countyName || this.share.title,
path: '/pkg_product/views/famousQianxianShop?id=' + this.id,
imageUrl: this.inn.cover || this.share.imageUrl
}
},
// 必须在页面加 onPageScroll(e){} ,才能滑动显示背景
onPageScroll(e) {
this.scrollData = e