Authored by TaoHuang

fix lib

... ... @@ -343,7 +343,7 @@ export default {
font-size: 32px !important;
line-height: 1.8 !important;
/deep/ .product-item:first-child {
.product-item:first-child {
margin-left: 0;
}
... ...
... ... @@ -464,7 +464,7 @@ export default {
single: true,
lazy: false,
product: {
has_stock: eachProduct.stock_number > 0 ? 'Y' : 'N',
has_stock: eachProduct.stock_number > 0,
productType: eachProduct.is_ufo === 'N' ? 1 : 2,
salesPrice: eachProduct.sales_price,
productSkn: eachProduct.product_skn,
... ...
{
"name": "yoho-community-web",
"version": "6.9.11-beta33",
"version": "6.9.11-beta34",
"private": true,
"description": "A New Yohobuy Project With Express",
"repository": {
... ...