From 12f0cc746f2882cb8bdc6cbdbe6d21945c02ccf1 Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Tue, 12 Dec 2023 09:05:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=EF=BC=9A=E6=96=87=E5=88=9B?= =?UTF-8?q?=E8=B1=86=E5=95=86=E5=9F=8E=20-=20=E5=88=86=E4=BA=AB=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E6=94=AF=E6=8C=81=E5=90=8E=E5=8F=B0=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E5=88=86=E4=BA=AB=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/cultural-space/views/index/set.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/cultural-space/views/index/set.blade.php b/plugins/cultural-space/views/index/set.blade.php index ece42114..6020a2ae 100644 --- a/plugins/cultural-space/views/index/set.blade.php +++ b/plugins/cultural-space/views/index/set.blade.php @@ -266,7 +266,7 @@ }, // 视频删除 removeVideo(fieldName = ''){ - if(name === 'shopping_share_image') this.set.shopping_share_image = ''; + if(fieldName === 'shopping_share_image') this.set.shopping_share_image = ''; else this.set.task_video_link = ''; this.$forceUpdate() },