From ed3e041c024cdc509d9ed3acd5bf8cbeb7d73c0c Mon Sep 17 00:00:00 2001 From: dongyoungKo Date: Fri, 16 May 2025 10:08:21 +0900 Subject: [PATCH] =?UTF-8?q?category=20deeplink=20role=20=EB=B0=B1=EC=97=94?= =?UTF-8?q?=EB=93=9C=20=EB=B3=80=EA=B2=BD=EC=9C=BC=EB=A1=9C=20tabType=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- com.twin.app.shoptime/src/App/deepLinkHandler.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/com.twin.app.shoptime/src/App/deepLinkHandler.js b/com.twin.app.shoptime/src/App/deepLinkHandler.js index 0423a866..40769536 100644 --- a/com.twin.app.shoptime/src/App/deepLinkHandler.js +++ b/com.twin.app.shoptime/src/App/deepLinkHandler.js @@ -201,10 +201,11 @@ export const handleDeepLink = (contentTarget) => (dispatch, getState) => { lgCatNm = tokens[5]; // 서브카테고리명 tabType = tokens[6].toLowerCase(); // 컨텐츠타입 panelName = panel_names.CATEGORY_PANEL; + panelInfo = { lgCatCd: lgCatCd, lgCatNm: lgCatNm, - tab: tabType === "show" ? 0 : 1, + tab: tabType === "cat00102" ? 0 : 1, }; break;