TASK: #116148 修复数字密码解锁逻辑

This commit is contained in:
duanzhijiang 2022-10-28 11:20:10 +08:00
parent f5341f5a8f
commit dfd6cab4df
1 changed files with 0 additions and 2 deletions

View File

@ -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()