From 96b0b8bb1597d825004f5a8da0728c48b6ce7dba Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期四, 27 三月 2025 15:22:22 +0800
Subject: [PATCH] 首页登录去除侧式

---
 assets/js/middleGround/tool.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/assets/js/middleGround/tool.js b/assets/js/middleGround/tool.js
index ecbcd87..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,7 +259,7 @@
           }
         }
         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 +
             "\\" +

--
Gitblit v1.9.1