Commit 6fe86c705aba087ee168f65dc35857611ca3e7aa
1 parent
958400a4
未找到预售活动的优化
Showing
1 changed file
with
1 additions
and
1 deletions
packageC/pages/presell/cart/cart.js
@@ -3018,7 +3018,7 @@ Page({ | @@ -3018,7 +3018,7 @@ Page({ | ||
3018 | } | 3018 | } |
3019 | }) | 3019 | }) |
3020 | 3020 | ||
3021 | - if(!presellList || !presellList.length){ | 3021 | + if(!presellList){ |
3022 | var content = good.goods_name + '未找到预售活动,请取消订单'; | 3022 | var content = good.goods_name + '未找到预售活动,请取消订单'; |
3023 | th.toast(content); | 3023 | th.toast(content); |
3024 | th.setData({ paying: 0 }); | 3024 | th.setData({ paying: 0 }); |