[251007] feat: views - PlayerPanel.jsx - 기능 개선

🕐 커밋 시간: 2025. 10. 07. 16:28:26

📊 변경 통계:
  • 총 파일: 1개
  • 추가: +3줄

📝 수정된 파일:
  ~ com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx
This commit is contained in:
2025-10-07 16:28:28 +09:00
parent f4aac00c88
commit 690c7da8bc

View File

@@ -2079,6 +2079,12 @@ const PlayerPanel = ({ isTabActivated, panelInfo, isOnTop, spotlightId, ...props
currentVideoShowId={playListInfo && playListInfo[selectedIndex]?.showId}
handleItemFocus={handleItemFocus}
onLiveChannelButtonClick={() => setBelowTabMode('shopNowButton')}
tabTitle={[
$L('SHOP NOW'),
panelInfo?.shptmBanrTpNm === 'LIVE' ? $L('LIVE CHANNEL') : $L('FEATURED SHOWS'),
]}
selectedIndex={selectedIndex}
tabIndex={1}
/>
)}
{belowTabMode === 'shopNowButton' && (