邓洁 : 修改详情分享

This commit is contained in:
邓洁
2023-12-05 16:08:34 +08:00
parent 0612840cdc
commit 2199f88725
2 changed files with 10 additions and 1 deletions

View File

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

View File

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