<: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}"/>

欢迎访问${website.websiteName}个人小店

${shop.storeDetails}
自动发货
数据安全
实时查询
<:for items="${productListDTOList}" var="item">
${item.title} 商品数量 ${item.productNum} 个
<:if test="${item.productDTOList != null}">
<:for items="${item.productDTOList}" var="item">
../default/images/commodity.svg<:if test="${item.indexLogo != null || item.indexLogo != ''}">${item.indexLogo}" class="post-thumb lazy">
<:if test="${item.shipType == 0}"> 自动发货 <:if test="${item.shipType == 1}"> 手动发货
<:if test="${item.cardMember == 0}">
售罄
<:if test="${item.productDTOList == []}">
没有更多商品了~
<:include file="./common/footer.html" websiteName="${website.websiteName}" beianIcp="${website.beianIcp}" shop="${shop}"/> <:include file="./common/footer-menu-home.html"/> <:include file="./common/js.html"/>