Commit c79c92335668858d3a7558b6d1f4b38a7739507c

Authored by yvan.ni
1 parent c77baa59

分享商品的时候优化,阶梯促销分享图片的背景图要和其他一致

pages/goods/goodsInfo/goodsInfo.js
@@ -6275,7 +6275,7 @@ Page({ @@ -6275,7 +6275,7 @@ Page({
6275 if (type == 4) type = 0; 6275 if (type == 4) type = 0;
6276 if (type == 2) type = 0; 6276 if (type == 2) type = 0;
6277 if (type == 6) type = 2; // 6拼团 2团购 6277 if (type == 6) type = 2; // 6拼团 2团购
6278 - if (type == 10) type = -1; 6278 + if (type == 10) type = 0;
6279 6279
6280 6280
6281 if (this.data.prom_act && this.data.prom_act.kttype == 3) type = 3; 6281 if (this.data.prom_act && this.data.prom_act.kttype == 3) type = 3;