杨锴
2024-11-08 529f3c6b775dc75869f978f7403ac50c5343b4e4
XQMuse/Root/Course/VC/CourseDetialVideoVC.swift
@@ -113,7 +113,7 @@
                        if selectIndex == indexPath{return}
                        selectIndex = indexPath
        videoView?.updateVideoUrl(items[indexPath.row].videoUrl.jq_urlEncoded())
        videoView?.updateVideoUrl(items[indexPath.row].videoUrl.jq_urlEncoded(),autoPlay: true)
                        tableView.reloadData()
            }
}