Commit 5a39d096 by BellCodeEditor

save project

parent 0ed4d879
Showing with 3 additions and 2 deletions
......@@ -19,6 +19,7 @@ def reg_to_login(): # 注册界面转登录界面
app_login.show()
def register(): # 注册验证
name,password1,password2=app_reg.get_input()
if name=="" or password1=="" or password2=="":
messagebox.showerror('错误','有信息为空')
elif password1!=password2:
......
{"admin": "123456"}
\ No newline at end of file
{"admin": "123456", "\u6211\u662f\u4f60\u7239": "54188"}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment