From dfd6cab4dfbbd3d66c2991d9c6fc301f44ab2a7f Mon Sep 17 00:00:00 2001 From: duanzhijiang Date: Fri, 28 Oct 2022 11:20:10 +0800 Subject: [PATCH] =?UTF-8?q?TASK:=20#116148=20=E4=BF=AE=E5=A4=8D=E6=95=B0?= =?UTF-8?q?=E5=AD=97=E5=AF=86=E7=A0=81=E8=A7=A3=E9=94=81=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/digicipher/digicipher.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/digicipher/digicipher.ts b/src/components/digicipher/digicipher.ts index e870ce8..2dcab7d 100644 --- a/src/components/digicipher/digicipher.ts +++ b/src/components/digicipher/digicipher.ts @@ -165,8 +165,6 @@ export class StarLockNumber extends LitElement { this.guess += (e.target as HTMLElement).dataset.num } else if (this.clicks == 5) { this.changeBgColor('#F4F4F4', this.clicks, 1) - this.clicks += 1 - this.guess += (e.target as HTMLElement).dataset.num if (this.mode == 'create') { if (!this.confirm) { this.changePasswd()