From 036ae02b7b38f28336bb7f337df59700537e4e87 Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Fri, 14 Nov 2025 17:57:36 +0800 Subject: [PATCH] =?UTF-8?q?Feat(=E5=8D=83=E5=8E=BF):=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=88=86=E4=BA=AB=E6=9C=8B=E5=8F=8B=E5=9C=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_product/views/famousQianxianShop.vue | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pkg_product/views/famousQianxianShop.vue b/pkg_product/views/famousQianxianShop.vue index 5a5b4dc..132c6f5 100644 --- a/pkg_product/views/famousQianxianShop.vue +++ b/pkg_product/views/famousQianxianShop.vue @@ -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