Commit ede1b2e69ff0fe80b81b906262071d7b255da18c

Authored by yvan.ni
1 parent c4c7bb7d

搭配商品允许普通商品购买的优化

pages/user/order_detail/order_detail.js
... ... @@ -812,7 +812,6 @@ Page({
812 812 if(good.prom_type != gg.prom_type && good.prom_id != gg.prom_id){
813 813 //如果商品有单独的活动的是偶
814 814 switch (gg.prom_type){
815   - case 5:
816 815 case 10:
817 816 var content = gg.goods_name + '商品的活动发生了变化,请取消订单重新购买';
818 817 th.toast(content);
... ...
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);
... ...