<:include file="./common/title.html" websiteName="商店首页 - ${website.websiteName}" keywords="${website.keywords}" description="${website.description}" favicon="${website.favicon}" shop="${shop}"/> <:include file="./common/header.html" websiteName="${website.websiteName}" websiteLogo="${website.websiteLogo}"/>
<:if test="${carouselList != []}">
<:for items="${carouselList}" var="item">
<:if test="${item.imageLogo== null || item.imageLogo==''}">

${item.title}

<:if test="${item.imageLogo != null && item.imageLogo != ''}">

${item.title}

选择分类
购物须知 文章教程
${shop.storeDetails}
推荐商品
<:for items="${hotProductList}" var="item">
<:if test="${item.image == null || item.image == ''}"> <:if test="${item.image != null && item.image != ''}">

${item.name}

¥ <:if test="${item.price == '0.00'}">免费 <:if test="${item.price != '0.00'}">${item.price}
<:if test="${hotProductList == []}">

暂无商品

<:include file="./common/footer.html" websiteName="${website.websiteName}" beianIcp="${website.beianIcp}"/> <:include file="./common/footer-menu-home.html"/> <:include file="./common/js.html"/>