Authored by 陈峰

commit

... ... @@ -96,6 +96,7 @@ export default {
});
},
onShare() {
console.log(this.data.imageUrl)
this.$yoho.share({
title: '逛资讯',
imgUrl: this.data.imageUrl,
... ...
... ... @@ -53,7 +53,7 @@ export default {
praiseCount: this.data.praiseCount,
favoriteCount: this.data.favoriteCount,
articleId: this.data.articleId,
imageUrl: first(this.slideData)
imageUrl: get(first(this.slideData.blockList), 'contentData', '').replace('{mode}', 2).replace('{width}', 200).replace('{height}', 200)
};
},
commentData() {
... ...