bushanchu

This commit is contained in:
theluyuan 2020-12-03 16:34:54 +08:00
parent af227a5cb6
commit dc307cc2c3

View File

@ -360,7 +360,7 @@ function addMemberView(id) {
function removeView(id) {
console.log("被删除")
if ($('#' + id)[0]) {
$('#' + id).remove();
// $('#' + id).remove();
//将video-grid中第一个div设为main-video
$('.video-box')
.first()