ucservice 2.2.9 → 2.3.1

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.
@@ -15367,6 +15367,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
15367
15367
  promptFailed("请先登陆");
15368
15368
  }
15369
15369
 
15370
+ debugger;
15370
15371
  let video = self.video;
15371
15372
 
15372
15373
  if (msg.error_code) {
@@ -15643,7 +15644,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
15643
15644
  self.tagBox.parent().find('.unrecv-audio-btn').hide();
15644
15645
  }
15645
15646
 
15646
- self.tagBox.parent().find('button[name=screenVideo]')[0].classList.add('fullscreen-btn');
15647
+ self.tagBox.parent().find('button[name=screenVideo]')[0] && self.tagBox.parent().find('button[name=screenVideo]')[0].classList.add('fullscreen-btn');
15647
15648
  self.tagBox.parent().find('button[name=screenVideo]').attr('title', '全屏');
15648
15649
  self.tagBox.parent().find('.recv-audio-btn').attr("class", "unrecv-audio-btn");
15649
15650
  self.tagBox.parent().find('.send-audio-btn').attr("class", "unsend-audio-btn");
Binary file