Commit 96bbf301 by BellCodeEditor

save project

parent 12a18daf
Showing with 4 additions and 2 deletions
......@@ -33,8 +33,10 @@ def register(): # 注册验证
messagebox.showinfo('完成','信息保存成功!')
reg_to_login()
def login(): # 登录验证
pass
name,password1,password2=app.login.get_input()
pwd=users.get(name)
if
class My_login(): # 登录窗口
def __init__(self):
self.root = tkinter.Tk()
......
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