ucservice 2.2.8 → 2.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13490,7 +13490,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
13490
13490
 
13491
13491
  for (let i in videoData) {
13492
13492
  if (video == videoData[i].video) {
13493
- me.close(videoData[i].index);
13493
+ me.close(i);
13494
13494
 
13495
13495
  if (!isSave) {
13496
13496
  videoData[i].closeType = 'close';
@@ -15643,7 +15643,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
15643
15643
  self.tagBox.parent().find('.unrecv-audio-btn').hide();
15644
15644
  }
15645
15645
 
15646
- self.tagBox.parent().find('button[name=screenVideo]')[0].classList.add('fullscreen-btn');
15646
+ self.tagBox.parent().find('button[name=screenVideo]')[0] && self.tagBox.parent().find('button[name=screenVideo]')[0].classList.add('fullscreen-btn');
15647
15647
  self.tagBox.parent().find('button[name=screenVideo]').attr('title', '全屏');
15648
15648
  self.tagBox.parent().find('.recv-audio-btn').attr("class", "unrecv-audio-btn");
15649
15649
  self.tagBox.parent().find('.send-audio-btn').attr("class", "unsend-audio-btn");
Binary file