Commit cb5d4b70 by liumengfei

优化bug

parent e4c51f17
......@@ -35,7 +35,7 @@ $mainImageData = $mainImage ?
<img
alt="main product photo"
class="gallery-placeholder__image"
data-src=="<?= /* @noEscape */ $mainImageData ?>"
src=="<?= /* @noEscape */ $mainImageData ?>"
/>
</div>
......
......@@ -30,13 +30,4 @@ $logoHeight = $logoSizeResolver !== null && $logoSizeResolver->getHeight()
alt="<?= $block->escapeHtmlAttr($block->getLogoAlt()) ?>"
<?= $logoWidth ? 'width="' . $block->escapeHtmlAttr($logoWidth) . '"' : '' ?>
<?= $logoHeight ? 'height="' . $block->escapeHtmlAttr($logoHeight) . '"' : '' ?> />
<?php if ($block->getRequest()->getModuleName() == "checkout") { ?>
<span class="secure-span">
<span class="cut-span" >
/
</span>
<img class="logo-secure" src="/media/wysiwyg/logo-secure.png" />
<span class="cut-font"><?= __('SECURE CHECKOUT') ?></span>
</span>
<?php } ?>
</a>
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