Commit 6fe86c705aba087ee168f65dc35857611ca3e7aa

Authored by yvan.ni
1 parent 958400a4

未找到预售活动的优化

packageC/pages/presell/cart/cart.js
... ... @@ -3018,7 +3018,7 @@ Page({
3018 3018 }
3019 3019 })
3020 3020  
3021   - if(!presellList || !presellList.length){
  3021 + if(!presellList){
3022 3022 var content = good.goods_name + '未找到预售活动,请取消订单';
3023 3023 th.toast(content);
3024 3024 th.setData({ paying: 0 });
... ...