Authored by TaoHuang

fix lib

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