|
|
@ -133,9 +133,17 @@ |
|
|
|
}, |
|
|
|
onShareAppMessage(res) { |
|
|
|
return { |
|
|
|
title: this.item.details.title, |
|
|
|
desc: this.item.details.content && this.item.details.content.slice(0, 30), |
|
|
|
path: '/pages/publish/actorDetail?id=' + this.id |
|
|
|
title: this.item.details.title, |
|
|
|
desc: this.item.details.content && this.item.details.content.slice(0, 30), |
|
|
|
path: '/pages/publish/actorDetail?id=' + this.id |
|
|
|
} |
|
|
|
}, |
|
|
|
//2.分享到朋友圈 |
|
|
|
onShareTimeline(res) { |
|
|
|
return { |
|
|
|
title: this.item.details.title, |
|
|
|
desc: this.item.details.content && this.item.details.content.slice(0, 30), |
|
|
|
path: '/pages/publish/actorDetail?id=' + this.id |
|
|
|
} |
|
|
|
}, |
|
|
|
onShow() { |
|
|
|