ucservice 2.3.8 → 2.4.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.
@@ -13484,12 +13484,6 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
13484
13484
  me.close(i);
13485
13485
  debugger;
13486
13486
 
13487
- if (videoData[i].closeType == 'error') {
13488
- videoData[i].timer && videoData[i].timer != '-1' && clearInterval(videoData[i].timer);
13489
- videoData[i].timer = '-1';
13490
- clearResult(videoData[i].tagBox.parent(), videoData[i]);
13491
- }
13492
-
13493
13487
  if (!isSave) {
13494
13488
  videoData[i].closeType = 'close';
13495
13489
  me.dispatch('afterclose', videoData[i]);
Binary file