Commit d88133f8 by lmf

优化首页产品ID

parent 9c0051fd
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
<div class="flash-sale-inner"> <div class="flash-sale-inner">
<?php <?php
$templateType = \Magento\Catalog\Block\Product\ReviewRendererInterface::SHORT_VIEW; $templateType = \Magento\Catalog\Block\Product\ReviewRendererInterface::SHORT_VIEW;
$news_ids = explode(',',"1756,1574,2199,1617,1565,1076"); $news_ids = explode(',',"1756,180,2199,1617,1565,1076");
//$ids = explode(',',"1,2"); //$ids = explode(',',"1,2");
$objectManager = \Magento\Framework\App\ObjectManager::getInstance(); $objectManager = \Magento\Framework\App\ObjectManager::getInstance();
......
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