: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}"/>
<:for items="${productListDTOList}" var="item">
<:if test="${item.productDTOList != null}">
<:for items="${item.productDTOList}" var="item">
<: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"/>