From a730839a42a772f44d415516524070df420a0dc4 Mon Sep 17 00:00:00 2001 From: wyx Date: Sun, 26 Feb 2023 19:06:58 +0800 Subject: [PATCH 01/10] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E7=9B=B4=E6=92=AD?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E5=9B=BE=E7=89=87=E8=83=8C=E6=99=AF=EF=BC=8C?= =?UTF-8?q?=E5=9B=9E=E6=94=BE=E9=93=BE=E6=8E=A5=E6=B8=85=E7=A9=BA=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/drawers/AddLive.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/drawers/AddLive.vue b/src/components/drawers/AddLive.vue index 20e1c7b2..0f01aba5 100644 --- a/src/components/drawers/AddLive.vue +++ b/src/components/drawers/AddLive.vue @@ -84,7 +84,7 @@ 直播封面: -
+
avatar @@ -325,6 +325,7 @@ const { resetFields, validate } = Form.useForm(formData, rulesRef); const closeDrawer = () => { formData.value.liveCover = ""; + formData.value.livePlaybackLink = ""; imageUrl.value = ""; visible.value = false; taskIndex.value = -1; @@ -430,6 +431,9 @@ const beforeUpload = (file) => { };