提交 2fd55c80 编写于 作者: D devil

微信小程序商品/直播分享支持封面图片

上级 be66fd70
......@@ -877,7 +877,8 @@ Page({
return {
title: this.data.goods.title+'-'+app.data.application_title,
desc: app.data.application_describe,
path: '/pages/goods-detail/goods-detail?goods_id=' + this.data.goods.id +'&referrer='+user_id
path: '/pages/goods-detail/goods-detail?goods_id=' + this.data.goods.id +'&referrer='+user_id,
imageUrl: this.data.goods.images
};
},
});
......@@ -138,7 +138,8 @@ Page({
return {
title: name,
desc: app.data.application_describe,
path: '/pages/plugins/weixinliveplayer/detail/detail?id=' + did + '&referrer=' + user_id
path: '/pages/plugins/weixinliveplayer/detail/detail?id=' + did + '&referrer=' + user_id,
imageUrl: this.data.detail.share_img || ''
};
},
});
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册