xbx #231

Merged
theluyuan merged 7 commits from xbx into master 2020-12-03 09:48:07 +00:00
Showing only changes of commit dc307cc2c3 - Show all commits

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()