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