Commit e48636e83ae847e5f15049e56b0b53f8aa9bd743

Authored by yvan.ni
1 parent 8e3d0ff5

分享图片的优化

pages/goods/goodsInfo/goodsInfo.js
@@ -6962,9 +6962,9 @@ Page({ @@ -6962,9 +6962,9 @@ Page({
6962 } 6962 }
6963 6963
6964 //用选中的商品来设置分享图 6964 //用选中的商品来设置分享图
6965 - th.data.new_share_imgurl= th.data.sele_g.share_imgurl; 6965 + ee.data.new_share_imgurl= ee.data.sele_g.share_imgurl;
6966 6966
6967 - if (this.data.new_share_imgurl) { 6967 + if (ee.data.new_share_imgurl) {
6968 img_url=this.data.iurl + this.data.new_share_imgurl 6968 img_url=this.data.iurl + this.data.new_share_imgurl
6969 } 6969 }
6970 6970