ucservice 2.3.9 → 2.4.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.
@@ -13491,11 +13491,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
13491
13491
  for (let i in videoData) {
13492
13492
  if (video == videoData[i].video) {
13493
13493
  me.close(i);
13494
- debugger; // if(videoData[i].closeType == 'error') {
13495
-
13496
- videoData[i].timer && videoData[i].timer != '-1' && clearInterval(videoData[i].timer);
13497
- videoData[i].timer = '-1';
13498
- clearResult(videoData[i].tagBox.parent(), videoData[i]); // }
13494
+ debugger;
13499
13495
 
13500
13496
  if (!isSave) {
13501
13497
  videoData[i].closeType = 'close';
@@ -15262,6 +15258,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
15262
15258
 
15263
15259
  resultHtml += "</div>";
15264
15260
  videoDom.append(resultHtml);
15261
+ videoObj.timer && clearInterval(videoObj.timer);
15265
15262
  videoObj.timer = null;
15266
15263
 
15267
15264
  if (second && mianVP) {
Binary file