Commit 700700d9 by BellCodeEditor

save project

parent 86f1f2f8
Showing with 1 additions and 0 deletions
...@@ -28,6 +28,7 @@ def register(): # 注册验证 ...@@ -28,6 +28,7 @@ def register(): # 注册验证
elif password1!=password2: elif password1!=password2:
messagebox.showwarning('警告''两次密码不同') messagebox.showwarning('警告''两次密码不同')
else: else:
users=[name] = password1
......
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