...
|
...
|
@@ -440,11 +440,11 @@ const getCartData = (uid, shoppingKey, cartDelList) => { |
|
|
let ordStat = result.ordinaryCart.stat;
|
|
|
|
|
|
// 为空
|
|
|
if(!_.get(advStat, 'goodsCount', 0)) {
|
|
|
if (!_.get(advStat, 'goodsCount', 0)) {
|
|
|
result.advanceCart = false;
|
|
|
}
|
|
|
|
|
|
if(!_.get(ordStat, 'goodsCount', 0)) {
|
|
|
if (!_.get(ordStat, 'goodsCount', 0)) {
|
|
|
result.ordinaryCart = false;
|
|
|
}
|
|
|
|
...
|
...
|
|