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() {