컨텐트 페이지 로테이션.
1. TV채널 정보 팝업 시간 조정 8초->2초
This commit is contained in:
Paul Kim
2023-10-04 15:58:31 +09:00
parent 4bb6f173d7
commit 4ecd45f823
2 changed files with 30 additions and 34 deletions

View File

@@ -474,6 +474,9 @@ HotelTV.Init = async function() {
};
HotelTV.LoadWelCome = async function() {
//Turn Off HCAP api log
extDisableHcapConsoleLog = true;
HotelTV.devinfo = await JSON.parse(sessionStorage.getItem("devinfo"));
HotelTV.svrinfo = await JSON.parse(sessionStorage.getItem("svrinfo"));
HotelTV.state = await JSON.parse(sessionStorage.getItem("state"));