From 306248a4958e160bdf7c01c798cbc3286e852412 Mon Sep 17 00:00:00 2001 From: liminjie10 Date: Sat, 28 Jan 2023 15:15:18 +0800 Subject: [PATCH] =?UTF-8?q?=E8=93=9D=E5=8C=BAmaster:=E6=9B=B4=E6=94=B9?= =?UTF-8?q?=E9=94=81=E5=B1=8F=E5=AF=86=E7=A0=81=E7=9A=84=E5=80=92=E8=AE=A1?= =?UTF-8?q?=E6=97=B6=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liminjie10 --- product/phone/src/main/ets/pages/passwordCheck.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/phone/src/main/ets/pages/passwordCheck.ets b/product/phone/src/main/ets/pages/passwordCheck.ets index 79ae4afe..189a6adc 100644 --- a/product/phone/src/main/ets/pages/passwordCheck.ets +++ b/product/phone/src/main/ets/pages/passwordCheck.ets @@ -304,7 +304,7 @@ struct PasswordCheck { this.freezingTimeForView = this.freezingTime / 1000; LogUtil.info(this.TAG_PAGE + `freezeView freezingTimeForView = ${this.freezingTimeForView}`); - this.freezingTimeFlag = setTimeOut(() => { + this.freezingTimeFlag = setTimeout(() => { this.freezingTimeForView = 0; }, this.freezingTime); this.timerId = setInterval(() => {