Commit ede1b2e69ff0fe80b81b906262071d7b255da18c
1 parent
c4c7bb7d
搭配商品允许普通商品购买的优化
Showing
2 changed files
with
0 additions
and
2 deletions
pages/user/order_detail/order_detail.js
pages/user/order_list/order_list.js
... | ... | @@ -1130,7 +1130,6 @@ Page({ |
1130 | 1130 | if(good.prom_type != gg.prom_type && good.prom_id != gg.prom_id){ |
1131 | 1131 | //如果商品有单独的活动的是偶 |
1132 | 1132 | switch (gg.prom_type){ |
1133 | - case 5: | |
1134 | 1133 | case 10: |
1135 | 1134 | var content = gg.goods_name + '商品的活动发生了变化,请取消订单重新购买'; |
1136 | 1135 | th.toast(content); | ... | ... |