Commit 34f3fcbf by BellCodeEditor

auto save

parent 0822375d
Showing with 0 additions and 2 deletions
......@@ -16,8 +16,6 @@ def reg_to_login(): # 注册界面转登录界面
app_login = My_login()
app_login.show()
def register(): # 注册验证
pass
def register():
name,password1,password2 = app_reg.get_input()
if name ==""or password1==""or password2=="":
......
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