Commit 2aec3c5e by 王东红

Merge branch 'master' of http://47.99.244.21:9999/root/joshine

parents 75d4f69d 0228998f
...@@ -68,12 +68,6 @@ ...@@ -68,12 +68,6 @@
$(".swatch-attribute.size > span:last").after(size); $(".swatch-attribute.size > span:last").after(size);
} }
},3000); },3000);
setTimeout(function(){
var content = '<?php echo $block->getLayout()->createBlock('Magento\Cms\Block\Block')->setBlockId('product-intro-size-chart')->toHtml();?>';
$("#product-intro-size-chart").html(content);
},5000);
}); });
</script> </script>
...@@ -85,7 +79,7 @@ ...@@ -85,7 +79,7 @@
'responsive': true, 'responsive': true,
'buttons' : [] 'buttons' : []
}}"> }}">
<div class="content" id="product-intro-size-chart" ></div> <div class="content" id="product-intro-size-chart"><?php echo $block->getLayout()->createBlock('Magento\Cms\Block\Block')->setBlockId('product-intro-size-chart')->toHtml();?></div>
</div> </div>
<style> <style>
......
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