From fd5b9aab0e689f7d6b4d137ffab79b601051e074 Mon Sep 17 00:00:00 2001 From: "junghoon86.park" Date: Wed, 12 Nov 2025 10:32:45 +0900 Subject: [PATCH] =?UTF-8?q?[=EC=B6=94=EC=B2=9C=EC=83=81=ED=92=88=20?= =?UTF-8?q?=EC=88=98=EC=A0=95]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 추천 상품부분을 더해주는부분을 빼지않아 그부분에 대한수정 --- .../src/views/HomePanel/PopularShow/PopularShow.jsx | 2 +- .../src/views/HomePanel/SubCategory/SubCategory.jsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/com.twin.app.shoptime/src/views/HomePanel/PopularShow/PopularShow.jsx b/com.twin.app.shoptime/src/views/HomePanel/PopularShow/PopularShow.jsx index 4d5711db..9305dbf4 100644 --- a/com.twin.app.shoptime/src/views/HomePanel/PopularShow/PopularShow.jsx +++ b/com.twin.app.shoptime/src/views/HomePanel/PopularShow/PopularShow.jsx @@ -116,7 +116,7 @@ const PopularShow = ({ foryou: recommendedPrdtIds.has(item.showId), })) || []; - setShowNewInfos([...recommendedData, ...baseData]); + setShowNewInfos([ ...baseData]); }, [topInfos, showInfos]); diff --git a/com.twin.app.shoptime/src/views/HomePanel/SubCategory/SubCategory.jsx b/com.twin.app.shoptime/src/views/HomePanel/SubCategory/SubCategory.jsx index 5425bc94..20f95377 100644 --- a/com.twin.app.shoptime/src/views/HomePanel/SubCategory/SubCategory.jsx +++ b/com.twin.app.shoptime/src/views/HomePanel/SubCategory/SubCategory.jsx @@ -248,7 +248,7 @@ export default memo(function SubCategory({ foryou: recommendedPrdtIds.has(item.prdtId), })) || []; - setCategoryItemNewData([...recommendedData, ...baseData]); + setCategoryItemNewData([...baseData]); }, [categoryItemInfos?.subCatItemList, foruItemInfos]); return ( @@ -275,7 +275,7 @@ export default memo(function SubCategory({ noScrollByWheel > {categoryItemNewData && - categoryItemNewData.slice(0, 10).map( + categoryItemNewData.map( ( { prdtId,