Commit 81df42e1 by BellCodeEditor

auto save

parent 8900d374
Showing with 7 additions and 1 deletions
......@@ -92,7 +92,13 @@ class My_register(): # 注册窗口
width=15,command=register)
button1.place(x=230, y=250)
button1 = tkinter.Button(self.root, text='取消', bg="lightgreen",
width=15, command=reg_to_
width=15, command=reg_to_login)
button1.place(x=80, y=250)
# 进入消息循环
self.root.mainloop()
......
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