Authored by yyq

购物车商品名不显示问题修复

... ... @@ -46,7 +46,7 @@ const addToCart = (options) => {
if (shoppingKey) {
_.merge(params, {
shoppingKey: shoppingKey
shopping_key: shoppingKey
});
}
... ...
... ... @@ -120,6 +120,11 @@ $hoverColor: #379ed6;
}
}
.pro-name > a {
height: 100%;
display: block;
}
.price {
display: inline-block;
padding: 59px 0;
... ...