Fix(店铺):[#1317]个人店铺主页-修改资料-上传新的封面视频,修改资料页面显示为原视频
This commit is contained in:
@@ -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)
|
||||
})
|
||||
}
|
||||
|
||||
@@ -274,6 +274,7 @@ export default {
|
||||
chooseLogoVideo() {
|
||||
chooseVideoToUpload(path => {
|
||||
this.$set(this.innApplyInfo, 'coverVideo', path)
|
||||
this.$forceUpdate()
|
||||
})
|
||||
},
|
||||
chooseCoverImg() {
|
||||
|
||||
Reference in New Issue
Block a user