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.
@@ -13482,11 +13482,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
13482
13482
  for (let i in videoData) {
13483
13483
  if (video == videoData[i].video) {
13484
13484
  me.close(i);
13485
- debugger; // if(videoData[i].closeType == 'error') {
13486
-
13487
- videoData[i].timer && videoData[i].timer != '-1' && clearInterval(videoData[i].timer);
13488
- videoData[i].timer = '-1';
13489
- clearResult(videoData[i].tagBox.parent(), videoData[i]); // }
13485
+ debugger;
13490
13486
 
13491
13487
  if (!isSave) {
13492
13488
  videoData[i].closeType = 'close';
@@ -15253,6 +15249,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
15253
15249
 
15254
15250
  resultHtml += "</div>";
15255
15251
  videoDom.append(resultHtml);
15252
+ videoObj.timer && clearInterval(videoObj.timer);
15256
15253
  videoObj.timer = null;
15257
15254
 
15258
15255
  if (second && mianVP) {
Binary file