Commit c79c92335668858d3a7558b6d1f4b38a7739507c
1 parent
c77baa59
分享商品的时候优化,阶梯促销分享图片的背景图要和其他一致
Showing
1 changed file
with
1 additions
and
1 deletions
pages/goods/goodsInfo/goodsInfo.js
... | ... | @@ -6275,7 +6275,7 @@ Page({ |
6275 | 6275 | if (type == 4) type = 0; |
6276 | 6276 | if (type == 2) type = 0; |
6277 | 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 | 6281 | if (this.data.prom_act && this.data.prom_act.kttype == 3) type = 3; | ... | ... |