From 8f4a43db145494309811fb7b96336a1884bd099e Mon Sep 17 00:00:00 2001 From: zhangyahui Date: Wed, 4 Feb 2026 17:30:09 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20size=E6=94=B9=E4=B8=BAform=E5=86=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/AwardPage/apply.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/AwardPage/apply.vue b/src/views/AwardPage/apply.vue index 21207b86..614e4d12 100644 --- a/src/views/AwardPage/apply.vue +++ b/src/views/AwardPage/apply.vue @@ -461,6 +461,7 @@ pdfPath: '', videoPath: '', videoDuration: 0, + totalSize: 0, secureToken: '' }) const hasValidEmail = computed(() => { @@ -981,7 +982,6 @@ uploadId: chunkUploadState[type].uploadId, email: form.value.email, fileName: file.name, - totalSize: file.size, secureToken: form.value.secureToken }) } catch (error) { @@ -1064,6 +1064,7 @@ uploadProgressVideo.value = 100 isUploadingVideo.value = false form.value.videoPath = res.fileUrl + form.value.totalSize = file.size } option.onSuccess?.({ uploadId }, option.file)