[못올린 파일들 업로드]

- TPOPUP KIND추가
 - cartgorypanel, 홈 bestseller 에너지 라벨 노출처리때문에 Titemcardnew로 변경.
 - productallsection. 우측포커스시 버튼 색 변경관련 처리 미상신건 처리.
This commit is contained in:
junghoon86.park
2025-10-17 17:32:04 +09:00
parent 6564c2c127
commit 664d837033
4 changed files with 80 additions and 48 deletions

View File

@@ -229,6 +229,7 @@ const BestSeller = ({
patncNm,
catNm,
foryou,
euEnrgLblInfos,
},
itemIndex
) => {
@@ -267,6 +268,7 @@ const BestSeller = ({
firstLabel={rankText}
label={itemIndex * 1 + 1 + " of " + bestSellerNewData.length}
lastLabel=" go to detail, button"
euEnrgLblInfos={euEnrgLblInfos}
>
{foryou === true && <Tag text={"For You"} />}
</TItemCardNew>