邓洁 : 修改详情分享
This commit is contained in:
@@ -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
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
export default {
|
export default {
|
||||||
onShareAppMessage() {
|
onShareAppMessage() {
|
||||||
return {
|
return {
|
||||||
title: '分享出去的卡片标题'
|
title: ' '
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onShareTimeline() {
|
onShareTimeline() {
|
||||||
|
|||||||
Reference in New Issue
Block a user