diff --git a/pages/goodsDetail/index.vue b/pages/goodsDetail/index.vue index 68ac18a..e7cf35d 100644 --- a/pages/goodsDetail/index.vue +++ b/pages/goodsDetail/index.vue @@ -205,7 +205,7 @@ onShareAppMessage(){ let goods = this.goods_detail; let title = goods.name; - let imageUrl = goods.share_cover || goods.cover; + let imageUrl = goods.pictures[0] || goods.picture; let path = '/pages/route/index?route=goods_detail&id='+ goods.id; console.log("path", path); return {