😶 移除测试代码

This commit is contained in:
hunlongyu
2020-06-05 11:14:49 +08:00
parent 4c8fa08166
commit 8d40cbd5fc

View File

@@ -228,7 +228,6 @@ export default {
},
playVideo (index, time) {
tools.detail_get(this.video.site, this.video.detail).then(res => {
console.log(res, 'res paly video')
this.name = res.name
this.right.listData = res.m3u8_urls
@@ -238,7 +237,6 @@ export default {
arr.push(i.split('$')[1])
}
this.length = arr.length
console.log(index, 'play index')
this.xg.src = arr[index]
this.showNext = this.length > 1