Commit 1629bc67 by BellCodeEditor

save project

parent ac778c39
Showing with 1 additions and 1 deletions
......@@ -106,7 +106,7 @@ class My_register(): # 注册窗口
# 注册界面的提交、取消按钮
button1 = tkinter.Button(self.root, text='提交', bg="lightblue",
width=15,command=register)
width=15,command=login_to_reg)
button1.place(x=230, y=250)
button1 = tkinter.Button(self.root, text='取消', bg="lightgreen",
width=15, command=reg_to_login)
......
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