错误日志:TypeError: ejs:52
50| <%- includes('comHtml/headerM.ejs') %>
51| <%- includes('comHtml/topNav.ejs') %>
>> 52| <%- includes('comHtml/header-index.ejs') %>
53|
54|
55|
>> 60| <% proDataAll.data.forEach((itemProduct,indexProduct)=>{ %>
61| <% if(indexProduct == 0){ %>
62| <% if(itemProduct.productDetailsList && itemProduct.productDetailsList.length !=0){ %>
63|
Cannot read properties of undefined (reading 'forEach')