<#list brandMap?keys as mykey>
<div class="store_list">
<#--外层-->
<h2><p><span>${mykey_index+1}<em>F</em></span><i>${mykey}</i></p><a href="javascript:void(0)" onclick="searchMore('111')">更多</a></h2>
<#-- 里层-->
<ul class="store_listcon clearfix">
<#assign mapBrand=brandMap[mykey] >
<#list mapBrand as brand>
<li>
<a href="${base}/brand/store/index.html?storeID=1">
<img src="${brand.imageUrl!'${base}/images/temp/store_w220img.jpg'}" alt="${brand.brandName!''}" width="220" height="90"><span>${brand.brandName!'飞利浦'}</span>
</a>
</li>
</#list>
</ul>
</div>
</#list>

相关文章:

  • 2022-12-23
  • 2018-07-18
  • 2021-09-07
  • 2021-12-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-22
  • 2022-12-23
  • 2022-01-31
  • 2022-01-19
  • 2022-02-07
  • 2021-06-03
相关资源
相似解决方案