This commit is contained in:
朱子楚\zhuzi
2023-03-13 21:18:51 +08:00
parent 7282a6f8d1
commit 9d3de073c0
10 changed files with 113 additions and 18 deletions

View File

@ -60,6 +60,7 @@ FluWindow {
showError("请随便输入一个密码")
return
}
onResult({password:textbox_password.text})
window.close()
}
}