This commit is contained in:
赛伊德
2025-10-28 14:25:16 +08:00
parent e0e4553e77
commit 0040bd91b4
3 changed files with 3 additions and 3 deletions

View File

@@ -13,6 +13,7 @@
})
const router = useRouter()
const fileData = generateStore.photoInfo
if(!fileData.file?.size) generateStore.updatePhotoInfo({});
// 上传照片
const handleUploadFace = () => {
const input = document.createElement('input')