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