Commit 0411e7f0 by BellCodeEditor

save project

parent 68d74231
Showing with 5 additions and 0 deletions
......@@ -30,3 +30,8 @@ def register(): # 注册验证
messagebox.showinfo("成功""注册成功")
login_show
def login():
name,password =app_login.get_input()
pwd =users.get(name)
if pwd==password:
messagebox.showwarning("错误","用户名密码错误!")
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