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