Commit 030cdb93 by liumengfei

Merge branch 'developer' into production

parents 4f10f5ba 2193b327
......@@ -45,7 +45,7 @@ $isMobile = $mobileDetect->isMobile();
<?php foreach ($collection->getItems() as $item):?>
<li>
<a href="<?$item->getData('url')?>">
<a href="<?= $item->getData('url')?>">
<?php if ($isMobile) :?>
<img class="mobile" src="<?= $mediaUrl . $item->getData('phone_img_patch')?>" alt="" />
......
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