From aff8d054df4a638f399dc8f15d98c19b9c9aa785 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期二, 29 四月 2025 10:11:25 +0800 Subject: [PATCH] 扫码视频播放 --- assets/js/middleGround/tool.js | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/assets/js/middleGround/tool.js b/assets/js/middleGround/tool.js index 890f81b..f7f7370 100644 --- a/assets/js/middleGround/tool.js +++ b/assets/js/middleGround/tool.js @@ -151,6 +151,7 @@ // 澶勭悊璇︽儏鏌ヨ缁撴灉 export function handleDetailQueryRequestData({ + productId, item, fields, path, @@ -258,11 +259,11 @@ } } 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 = -- Gitblit v1.9.1