Fix(店铺):[#1317]个人店铺主页-修改资料-上传新的封面视频,修改资料页面显示为原视频

This commit is contained in:
lifizer
2024-04-26 23:06:38 +08:00
parent dee76a7407
commit 3fb32211b2
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -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)
})
}
+1
View File
@@ -274,6 +274,7 @@ export default {
chooseLogoVideo() {
chooseVideoToUpload(path => {
this.$set(this.innApplyInfo, 'coverVideo', path)
this.$forceUpdate()
})
},
chooseCoverImg() {