From 0c507d5818065ea087998fd838dc3c380b80a7ba Mon Sep 17 00:00:00 2001 From: "junghoon86.park" Date: Fri, 7 Nov 2025 14:02:45 +0900 Subject: [PATCH] =?UTF-8?q?[=ED=99=88]=20=ED=8F=AC=EC=9C=A0=20=EC=95=84?= =?UTF-8?q?=EC=9D=B4=EC=BD=98=20=EB=85=B8=EC=B6=9C=20=EC=A0=9C=EA=B1=B0=20?= =?UTF-8?q?=20-=20=ED=8F=AC=EC=9C=A0=20=EC=A1=B0=EA=B1=B4=20=EB=B0=94?= =?UTF-8?q?=EB=80=9C=EC=97=90=20=EB=94=B0=EB=9D=BC=20=EC=9A=B0=EC=84=A0=20?= =?UTF-8?q?=EB=85=B8=EC=B6=9C=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/HomePanel/BestSeller/BestSeller.jsx | 10 ++++++---- .../src/views/HomePanel/PopularShow/PopularShow.jsx | 6 +++--- .../src/views/HomePanel/SubCategory/SubCategory.jsx | 4 ++-- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/com.twin.app.shoptime/src/views/HomePanel/BestSeller/BestSeller.jsx b/com.twin.app.shoptime/src/views/HomePanel/BestSeller/BestSeller.jsx index b022b460..7b224278 100644 --- a/com.twin.app.shoptime/src/views/HomePanel/BestSeller/BestSeller.jsx +++ b/com.twin.app.shoptime/src/views/HomePanel/BestSeller/BestSeller.jsx @@ -20,7 +20,9 @@ import { pushPanel, updatePanel, } from '../../../actions/panelActions'; -import { navigateToDetailFromHome } from '../../../actions/panelNavigationActions'; +import { + navigateToDetailFromHome, +} from '../../../actions/panelNavigationActions'; import SectionTitle from '../../../components/SectionTitle/SectionTitle'; import Tag from '../../../components/TItemCard/Tag'; import TItemCard from '../../../components/TItemCard/TItemCard'; @@ -186,7 +188,7 @@ const BestSeller = ({ setBestSellerNewData( bestSellerDatas?.map((item) => ({ ...item, - foryou: _randomProduct(), + // foryou: _randomProduct(), })) ); }, [bestSellerDatas]); @@ -225,7 +227,7 @@ const BestSeller = ({ brndNm, patncNm, catNm, - foryou, + //foryou, euEnrgLblInfos, }, itemIndex @@ -267,7 +269,7 @@ const BestSeller = ({ lastLabel=" go to detail, button" euEnrgLblInfos={euEnrgLblInfos} > - {foryou === true && } + {/* {foryou === true && } */} ); } 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 d41d0b1f..7e5e80f7 100644 --- a/com.twin.app.shoptime/src/views/HomePanel/PopularShow/PopularShow.jsx +++ b/com.twin.app.shoptime/src/views/HomePanel/PopularShow/PopularShow.jsx @@ -200,7 +200,7 @@ const PopularShow = ({ setTopInfosNewData( topInfos?.map((item) => ({ ...item, - foryou: _randomProduct(), + // foryou: _randomProduct(), })) ); }, [topInfos]); @@ -240,7 +240,7 @@ const PopularShow = ({ patncNm, catCd, showUrl, - foryou, + //foryou, }, itemIndex ) => { @@ -280,7 +280,7 @@ const PopularShow = ({ label={itemIndex * 1 + 1 + " of " + topInfos.length} lastLabel=" go to detail, button" > - {foryou === true && } + {/* {foryou === true && } */} ); } 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 250cedd0..f366aac2 100644 --- a/com.twin.app.shoptime/src/views/HomePanel/SubCategory/SubCategory.jsx +++ b/com.twin.app.shoptime/src/views/HomePanel/SubCategory/SubCategory.jsx @@ -332,7 +332,7 @@ export default memo(function SubCategory({ offerInfo, brndNm, patncNm, - foryou, + //foryou, }, itemIndex ) => { @@ -367,7 +367,7 @@ export default memo(function SubCategory({ } lastLabel=" go to detail, button" > - {foryou === true && } + {/* {foryou === true && } */} ); }