Commit 85fbe4f96ba6926fb43982230164d6a35addc803

Authored by 后端研发-苏泰源
1 parent 7b927411

分享海报修改

pages/goods/goodsInfo/goodsInfo.js
... ... @@ -5054,6 +5054,7 @@ Page({
5054 5054 var type = this.data.prom_type;
5055 5055 if (type == 2) type = -1;
5056 5056 if (type == 6) type = 2; // 6拼团 2团购
  5057 + if (type == 10) type = -1;
5057 5058  
5058 5059  
5059 5060 if (this.data.prom_act && this.data.prom_act.kttype == 3) type = 3;
... ... @@ -5159,8 +5160,7 @@ Page({
5159 5160 context.fillText('强烈推荐', 149 * unit + width + 15 * unit, 75 * unit);
5160 5161 }
5161 5162  
5162   - }
5163   - ;
  5163 + };
5164 5164  
5165 5165  
5166 5166 var share_title = th.data.data.goods_name;
... ...