Commit 5b242945 by halweg

reveiws前端优化

parent b7c222c2
...@@ -52,6 +52,7 @@ $imagesBlock = $helper->getReviewImagesBlock(15, $block->getProductId()); ...@@ -52,6 +52,7 @@ $imagesBlock = $helper->getReviewImagesBlock(15, $block->getProductId());
} }
</style> </style>
<div class="block review-list joshine-clearfix" id="customer-reviews">
<div class="joshine-review-container joshine-clearfix joshine-hidden-md joshine-hidden-sm joshine-hidden-xs"> <div class="joshine-review-container joshine-clearfix joshine-hidden-md joshine-hidden-sm joshine-hidden-xs">
<h1 class="joshine-review-title"> <h1 class="joshine-review-title">
...@@ -252,7 +253,7 @@ $imagesBlock = $helper->getReviewImagesBlock(15, $block->getProductId()); ...@@ -252,7 +253,7 @@ $imagesBlock = $helper->getReviewImagesBlock(15, $block->getProductId());
</div> </div>
</div> </div>
</div> </div>
</div>
<style> <style>
.joshine-model-warp { .joshine-model-warp {
......
...@@ -10,7 +10,7 @@ $product = $objectManager->get('Magento\Framework\Registry')->registry('current_ ...@@ -10,7 +10,7 @@ $product = $objectManager->get('Magento\Framework\Registry')->registry('current_
/** @var \Magento\Catalog\Block\Product\View\Details $block */ /** @var \Magento\Catalog\Block\Product\View\Details $block */
?> ?>
<?php if ($detailedInfoGroup = $block->getGroupSortedChildNames('detailed_info', 'getChildHtml')) :?> <?php if ($detailedInfoGroup = $block->getGroupSortedChildNames('detailed_info', 'getChildHtml')) :?>
<div class="product info detailed"> <div class="product info detailed joshine-clearfix">
<?php $layout = $block->getLayout(); ?> <?php $layout = $block->getLayout(); ?>
<div class="product data items" data-mage-init='{"tabs":{"openedState":"active"}}'> <div class="product data items" data-mage-init='{"tabs":{"openedState":"active"}}'>
<?php foreach ($detailedInfoGroup as $name) :?> <?php foreach ($detailedInfoGroup as $name) :?>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment