parent
e622d3554e
commit
9d0cd96046
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +0,0 @@
|
|||||||
C:/Users/Admin/Pictures/Saved Pictures/0f754affcc469c034048cec299bdc149.jpgC:/Users/Admin/Pictures/Saved Pictures/0f754affcc469c034048cec299bdc149.jpg
|
|
@ -1,18 +0,0 @@
|
|||||||
from tkinter import filedialog
|
|
||||||
import tkinter as tk
|
|
||||||
from sql import *
|
|
||||||
def upload_file_login():
|
|
||||||
|
|
||||||
new_window = tk.Tk()
|
|
||||||
new_window.title("欢迎来到上传界面")
|
|
||||||
new_window.geometry("600x200")
|
|
||||||
|
|
||||||
upload_file_button = tk.Button(new_window, text="上传图片", command=upload_image)
|
|
||||||
upload_file_button.pack()
|
|
||||||
|
|
||||||
back_button = tk.Button(new_window, text="返回", command=new_window.destroy)
|
|
||||||
back_button.pack()
|
|
||||||
|
|
||||||
new_window.mainloop()
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in new issue