Commit b78d10f4368db43397dc41266586636b50745ffd
1 parent
7665305c
积分购购买回退的问题
Showing
1 changed file
with
1 additions
and
2 deletions
pages/goods/goodsInfo/goodsInfo.js
| ... | ... | @@ -2191,7 +2191,7 @@ Page({ |
| 2191 | 2191 | |
| 2192 | 2192 | } |
| 2193 | 2193 | |
| 2194 | - if (th.data.prom_goods) { | |
| 2194 | + if (th.data.prom_goods && newd.prom_type!=4 && newd.prom_type!=6 ) { | |
| 2195 | 2195 | var prom_d = th.data.prom_goods; |
| 2196 | 2196 | for (var i in prom_d) { |
| 2197 | 2197 | //判断活动有俩种条件,0元 1件 |
| ... | ... | @@ -2212,7 +2212,6 @@ Page({ |
| 2212 | 2212 | } |
| 2213 | 2213 | } |
| 2214 | 2214 | } |
| 2215 | - | |
| 2216 | 2215 | //如果有阶梯促销的时候 |
| 2217 | 2216 | if(th.data.jieti_prom && (newd.prom_type==10 || newd.prom_type==0) ){ |
| 2218 | 2217 | newd.prom_type = 10; | ... | ... |