Commit 17c6fbdb authored by ninglx's avatar ninglx

处理vfor index作为key导致的多个视频删除单个 展示错位问题

parent e0b08c36
...@@ -68,7 +68,7 @@ export default { ...@@ -68,7 +68,7 @@ export default {
return array[array.length - 1]; return array[array.length - 1];
}, },
showVideoItem(item) { showVideoItem(item) {
return true; // return true;
let channel = this.getChannel(item); let channel = this.getChannel(item);
return this.videoShow[channel]; return this.videoShow[channel];
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment