添加:文创豆商城 - 分享任务支持后台设置分享内容

This commit is contained in:
wuhui_zzw 2023-12-12 09:05:29 +08:00
parent 87afd29c3e
commit 12f0cc746f
1 changed files with 1 additions and 1 deletions

View File

@ -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()
},