Commit aceadc1e8c378e8ccee713ef15a688e7af286d24

Authored by yvan.ni
1 parent a0c60b15

普通商品

pages/goods/goodsInfo/goodsInfo.js
... ... @@ -4452,7 +4452,7 @@ Page({
4452 4452 }
4453 4453  
4454 4454 var img_url=ee.data.data.original_img;
4455   - if((this.data.prom_type==1 && this.data.prom_type==6) || this.data.prom_act.share_imgurl){
  4455 + if((this.data.prom_type==1 || this.data.prom_type==6) && this.data.prom_act.share_imgurl){
4456 4456 img_url=this.data.iurl+this.data.prom_act.share_imgurl;
4457 4457 }
4458 4458  
... ...