Authored by OF1706

空购物车

... ... @@ -444,7 +444,7 @@ const getCartData = (uid, shoppingKey, cartDelList) => {
// 接口异常时,购物车置为空
if (!cartData) {
result.isEmpty = false;
result.isEmpty = true;
// UdpLog::info('【购物车】校验参数传递auth', 'uid:' . $uid . 'shoppingKey:' . $shoppingKey);
return result;
... ...
... ... @@ -1243,6 +1243,7 @@
.shop-cart-empty {
padding-top:110px;
padding-bottom: 30px;
text-align: center;
i {
display:inline-block;
... ...