邓洁 : 修改详情分享
This commit is contained in:
@@ -111,6 +111,15 @@
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
onShareAppMessage() {
|
||||
return {
|
||||
title: this.shopInfo.tt,
|
||||
imageUrl: this.shopInfo.pics[0]
|
||||
}
|
||||
},
|
||||
onShareTimeline() {
|
||||
return {}
|
||||
},
|
||||
phonecall() {
|
||||
this.showM = true
|
||||
},
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
export default {
|
||||
onShareAppMessage() {
|
||||
return {
|
||||
title: '分享出去的卡片标题'
|
||||
title: ' '
|
||||
}
|
||||
},
|
||||
onShareTimeline() {
|
||||
|
||||
Reference in New Issue
Block a user