Merge pull request '邓洁 : 修改详情分享' (#123) from dj into master

Reviewed-on: http://git.feashow.cn/odjbin/city-store-transfer/pulls/123
This commit is contained in:
odjbin
2023-12-05 08:09:04 +00:00
2 changed files with 10 additions and 1 deletions

View File

@@ -111,6 +111,15 @@
} }
}, },
methods: { methods: {
onShareAppMessage() {
return {
title: this.shopInfo.tt,
imageUrl: this.shopInfo.pics[0]
}
},
onShareTimeline() {
return {}
},
phonecall() { phonecall() {
this.showM = true this.showM = true
}, },

View File

@@ -1,7 +1,7 @@
export default { export default {
onShareAppMessage() { onShareAppMessage() {
return { return {
title: '分享出去的卡片标题' title: ' '
} }
}, },
onShareTimeline() { onShareTimeline() {