Commit 7c7f22c408302c75469e30ca084cad65f32ecbee
1 parent
6a796952
秒杀和拼单商品分享海报修改
Showing
1 changed file
with
1 additions
and
1 deletions
pages/goods/goodsInfo/goodsInfo.js
| @@ -5267,7 +5267,7 @@ Page({ | @@ -5267,7 +5267,7 @@ Page({ | ||
| 5267 | 5267 | ||
| 5268 | 5268 | ||
| 5269 | //--- 如果是自定义海报的时候 --- | 5269 | //--- 如果是自定义海报的时候 --- | 
| 5270 | - if (type != 0) { | 5270 | + if (type != 0 && type != 1 && type != 2 && type != 3) { | 
| 5271 | 5271 | ||
| 5272 | if (th.data.poster && parseInt(th.data.poster.style) == 2) { | 5272 | if (th.data.poster && parseInt(th.data.poster.style) == 2) { | 
| 5273 | 5273 |