TASK: #116148 修复数字密码解锁逻辑
This commit is contained in:
parent
f5341f5a8f
commit
dfd6cab4df
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue