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,