Commit c75aa59e by lmf

修复bug

parent d8ab10ca
...@@ -80,7 +80,9 @@ if ($_attributeType && $_attributeType == 'text') { ...@@ -80,7 +80,9 @@ if ($_attributeType && $_attributeType == 'text') {
<strong class="type"><?= $block->escapeHtml($_attributeLabel) ?></strong> <strong class="type"><?= $block->escapeHtml($_attributeLabel) ?></strong>
<?php endif; ?> <?php endif; ?>
<div class="value" <?= /* @noEscape */ $_attributeAddAttribute ?>> <div class="value" <?= /* @noEscape */ $_attributeAddAttribute ?>>
<!--商品详情--> <?php if($_attributeAddAttribute != 'itemprop="description"'): ?>
<?= /* @noEscape */ $_attributeValue ?>
<?php else:?>
<div class="joshine-desction"> <div class="joshine-desction">
<div id="accordion" data-mage-init='{ <div id="accordion" data-mage-init='{
"accordion":{ "accordion":{
...@@ -107,6 +109,8 @@ if ($_attributeType && $_attributeType == 'text') { ...@@ -107,6 +109,8 @@ if ($_attributeType && $_attributeType == 'text') {
</div> </div>
</div> </div>
</div> </div>
<?php endif; ?>
</div> </div>
</div> </div>
<?php endif; ?> <?php endif; ?>
......
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