选择全部 <% if (toolsFeaturedList.toolsFeaturedData.length === toolsFeaturedList.checkedNum && toolsFeaturedList.toolsFeaturedData.length > 0) { %> <% } else { %> <% } %>
<% if (toolsFeaturedList.toolsFeaturedData.length > 0) { %>
    <% _.each(toolsFeaturedList.toolsFeaturedData, function (item, key) { %>
  • <%= key+1 %>
    <% if (toolsFeaturedList.toolsFeaturedDataSource == 'mq') { %> <%= item.productName%> <% } else if (toolsFeaturedList.toolsFeaturedDataSource == 'boutique') { %> <%= item.productName%> <% } else { %> <%= item.productName%> <% } %>
    <% if (item.canCheck && item.checked) { %>
    <% } else { %>
    class="checkbox_input" name="listPid" type="checkbox" value="<%= item.productId %>">
    <% } %>
  • <% }); %>
<% } else { %>
暂无数据
<% } %>