| | |
| | | |
| | | // 处理详情查询结果 |
| | | export function handleDetailQueryRequestData({ |
| | | productId, |
| | | item, |
| | | fields, |
| | | path, |
| | |
| | | } |
| | | } |
| | | if (subItem.productLinkInfo && subItem.productLinkInfo.length) { |
| | | let itemProductLinkInfo = subItem.productLinkInfo.find(citem => citem.Name == item.datas.Name) |
| | | let itemProductLinkInfo = subItem.productLinkInfo.find(citem => citem.ProductId == productId) |
| | | subItem.productLinkPath = |
| | | itemProductLinkInfo.LinkPath + |
| | | itemProductLinkInfo?.LinkPath + |
| | | "\\" + |
| | | itemProductLinkInfo.CmsItemId; |
| | | itemProductLinkInfo?.CmsItemId; |
| | | } |
| | | if (subItem.linkInfo && subItem.linkInfo.length) |
| | | subItem.linkPath = |