错误日志:TypeError: ejs:53
51| <%= language.proTitle %>
52|
>> 53| <%= (productDetail && productDetail.data && productDetail.data.classifyName) ? productDetail.data.classifyName : ' ' %>
54|
55| <%= (productDetail && productDetail.data && productDetail.data.productName) ? productDetail.data.productName : ' ' %>
56|
Cannot read properties of undefined (reading 'productClassifyId')