错误日志:TypeError: ejs:57 55| <% if(item.children.length != 0){ %> 56| <% item.children.forEach((caseItem,caseIndex)=>{ %> >> 57| <% if(caseItem.classifyName == productDetail.data.remark){ %> 58| <% htmlStr = caseHtmlList[caseIndex] + '.html' %> 59| <% } %> 60| <% }) %> Cannot read properties of undefined (reading 'remark')