From 4534582f2fa4fc049a3bab188d4f17dcaf076721 Mon Sep 17 00:00:00 2001 From: "opacity@t-win.kr" Date: Tue, 12 Aug 2025 12:13:39 +0900 Subject: [PATCH] =?UTF-8?q?qr=20rolling=20=ED=85=8D=EC=8A=A4=ED=8A=B8=20?= =?UTF-8?q?=EC=A4=84=EB=B0=94=EA=BF=88=20=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/resources/de/strings.json | 2 +- .../src/views/DetailPanel/UnableProduct/UnableOption.jsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/com.twin.app.shoptime/resources/de/strings.json b/com.twin.app.shoptime/resources/de/strings.json index 2146109f..56c16024 100644 --- a/com.twin.app.shoptime/resources/de/strings.json +++ b/com.twin.app.shoptime/resources/de/strings.json @@ -232,7 +232,7 @@ "OPTION": "(need for transfer)OPTION", "There are no themes available": "Es sind keine Artikel verfügbar", "The event information has not been registered": "(need for transfer) The event information has not been registered", - "Scan QR": "QR-Code scannen", + "Scan QR": "QR-Code \nscannen", "with your phone, Check Product": "mit Ihrem Handy, Produkt prüfen", "info & Purchase easily": "Informationen & Einkauf leicht gemacht" } diff --git a/com.twin.app.shoptime/src/views/DetailPanel/UnableProduct/UnableOption.jsx b/com.twin.app.shoptime/src/views/DetailPanel/UnableProduct/UnableOption.jsx index b94b2cf7..ae01165a 100644 --- a/com.twin.app.shoptime/src/views/DetailPanel/UnableProduct/UnableOption.jsx +++ b/com.twin.app.shoptime/src/views/DetailPanel/UnableProduct/UnableOption.jsx @@ -315,11 +315,11 @@ export default function UnableOption({ if (isShowQRCode) { timerRef.current = setTimeout(() => { setIsShowQRCode(false); - }, 10000); + }, 0); } else { timerRef.current = setTimeout(() => { setIsShowQRCode(true); - }, 5000); + }, 100000); } };