diff --git a/resources/beike/shop/default/css/bootstrap/bootstrap.scss b/resources/beike/shop/default/css/bootstrap/bootstrap.scss index 88c28877..ae843962 100644 --- a/resources/beike/shop/default/css/bootstrap/bootstrap.scss +++ b/resources/beike/shop/default/css/bootstrap/bootstrap.scss @@ -100,13 +100,6 @@ $form-feedback-icon-valid-color: inherit; border-radius: 0; } -// .btn.btn-dark { -// &:hover { -// background-color: #fff; -// color: #212529; -// } -// } - .card { // box-shadow: rgba(0, 0, 0, .1) 0px 1px 4px 0px; // border: none; diff --git a/resources/beike/shop/default/css/page-product.scss b/resources/beike/shop/default/css/page-product.scss index 45ad126e..f3d69b53 100644 --- a/resources/beike/shop/default/css/page-product.scss +++ b/resources/beike/shop/default/css/page-product.scss @@ -259,4 +259,13 @@ body.page-product { } } } + + .relations-wrap { + .swiper-pagination { + .swiper-pagination-bullet { + height: 3px; + border-radius: 0; + } + } + } } \ No newline at end of file diff --git a/resources/beike/shop/default/js/common.js b/resources/beike/shop/default/js/common.js index f804171d..a93a5094 100644 --- a/resources/beike/shop/default/js/common.js +++ b/resources/beike/shop/default/js/common.js @@ -41,6 +41,7 @@ export default { const btnHtml = $btn.html(); const loadHtml = ''; $btn.html(loadHtml).prop('disabled', true); + $(document).find('.tooltip').remove(); $http.post('/carts', {sku_id, quantity, buy_now: isBuyNow}, {hload: !!event}).then((res) => { this.getCarts(); @@ -61,6 +62,7 @@ export default { const btnHtml = $btn.html(); const isWishlist = $btn.attr('data-in-wishlist') * 1; const loadHtml = ''; + $(document).find('.tooltip').remove(); if (isWishlist) { $btn.html(loadHtml).prop('disabled', true); diff --git a/themes/default/category.blade.php b/themes/default/category.blade.php index 2a5498c3..b91ff11b 100644 --- a/themes/default/category.blade.php +++ b/themes/default/category.blade.php @@ -30,18 +30,17 @@ - @include('shared.filter_bar_block') - @if (count($products_format)) -