diff --git a/pages/goods/goodsInfo/goodsInfo.js b/pages/goods/goodsInfo/goodsInfo.js index 1404c9c..6dbef74 100644 --- a/pages/goods/goodsInfo/goodsInfo.js +++ b/pages/goods/goodsInfo/goodsInfo.js @@ -6962,9 +6962,9 @@ Page({ } //用选中的商品来设置分享图 - th.data.new_share_imgurl= th.data.sele_g.share_imgurl; + ee.data.new_share_imgurl= ee.data.sele_g.share_imgurl; - if (this.data.new_share_imgurl) { + if (ee.data.new_share_imgurl) { img_url=this.data.iurl + this.data.new_share_imgurl }