From 3fb32211b20f82ed4c7984a7f2b3c162117c8336 Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Fri, 26 Apr 2024 23:06:38 +0800 Subject: [PATCH] =?UTF-8?q?Fix(=E5=BA=97=E9=93=BA):[#1317]=E4=B8=AA?= =?UTF-8?q?=E4=BA=BA=E5=BA=97=E9=93=BA=E4=B8=BB=E9=A1=B5-=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E8=B5=84=E6=96=99-=E4=B8=8A=E4=BC=A0=E6=96=B0?= =?UTF-8?q?=E7=9A=84=E5=B0=81=E9=9D=A2=E8=A7=86=E9=A2=91=EF=BC=8C=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E8=B5=84=E6=96=99=E9=A1=B5=E9=9D=A2=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E4=B8=BA=E5=8E=9F=E8=A7=86=E9=A2=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/tm-upload/tm-upload.vue | 1 - pagesInn/inn/innProfileEdit.vue | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/components/tm-upload/tm-upload.vue b/components/tm-upload/tm-upload.vue index 93957cc..67be4a0 100644 --- a/components/tm-upload/tm-upload.vue +++ b/components/tm-upload/tm-upload.vue @@ -114,7 +114,6 @@ export default { this.upload_cache_list = [] if (val.length > 0) { val.map(item => { - debugger item && this.upload_cache_list.push(item.path) }) } diff --git a/pagesInn/inn/innProfileEdit.vue b/pagesInn/inn/innProfileEdit.vue index 668f229..16d4072 100644 --- a/pagesInn/inn/innProfileEdit.vue +++ b/pagesInn/inn/innProfileEdit.vue @@ -274,6 +274,7 @@ export default { chooseLogoVideo() { chooseVideoToUpload(path => { this.$set(this.innApplyInfo, 'coverVideo', path) + this.$forceUpdate() }) }, chooseCoverImg() {