Feat(千县):增加分享朋友圈
This commit is contained in:
@@ -821,6 +821,17 @@ export default {
|
|||||||
countyId: null,
|
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){} ,才能滑动显示背景
|
||||||
onPageScroll(e) {
|
onPageScroll(e) {
|
||||||
this.scrollData = e
|
this.scrollData = e
|
||||||
|
|||||||
Reference in New Issue
Block a user