Commit 6040e203b133f3f2c887335def021bf0fc0357b4
1 parent
46edf7aa
商品case 8: 重复
Showing
1 changed file
with
0 additions
and
6 deletions
pages/goods/goodsInfo/goodsInfo.js
| ... | ... | @@ -2252,16 +2252,10 @@ Page({ |
| 2252 | 2252 | if (res.data.code == 0) prom = res.data.data; |
| 2253 | 2253 | }) |
| 2254 | 2254 | break |
| 2255 | - | |
| 2256 | 2255 | case 8: |
| 2257 | 2256 | continue; |
| 2258 | - | |
| 2259 | - case 8: | |
| 2260 | - continue; | |
| 2261 | - | |
| 2262 | 2257 | } |
| 2263 | 2258 | |
| 2264 | - | |
| 2265 | 2259 | } |
| 2266 | 2260 | //---如果有活动,不算在一起--- |
| 2267 | 2261 | if (prom) { | ... | ... |