diff --git a/pages/user/order_detail/order_detail.js b/pages/user/order_detail/order_detail.js index 35c4f5f..7706973 100644 --- a/pages/user/order_detail/order_detail.js +++ b/pages/user/order_detail/order_detail.js @@ -812,7 +812,6 @@ Page({ if(good.prom_type != gg.prom_type && good.prom_id != gg.prom_id){ //如果商品有单独的活动的是偶 switch (gg.prom_type){ - case 5: case 10: var content = gg.goods_name + '商品的活动发生了变化,请取消订单重新购买'; th.toast(content); diff --git a/pages/user/order_list/order_list.js b/pages/user/order_list/order_list.js index 606bf3e..8f8f5c2 100644 --- a/pages/user/order_list/order_list.js +++ b/pages/user/order_list/order_list.js @@ -1130,7 +1130,6 @@ Page({ if(good.prom_type != gg.prom_type && good.prom_id != gg.prom_id){ //如果商品有单独的活动的是偶 switch (gg.prom_type){ - case 5: case 10: var content = gg.goods_name + '商品的活动发生了变化,请取消订单重新购买'; th.toast(content);