ucservice 2.3.6 → 2.3.8

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,10 +13491,11 @@ 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;
13494
13495
 
13495
13496
  if (videoData[i].closeType == 'error') {
13496
- videoData[i].timer && clearInterval(videoData[i].timer);
13497
- videoData[i].timer = '0';
13497
+ videoData[i].timer && videoData[i].timer != '-1' && clearInterval(videoData[i].timer);
13498
+ videoData[i].timer = '-1';
13498
13499
  clearResult(videoData[i].tagBox.parent(), videoData[i]);
13499
13500
  }
13500
13501
 
@@ -15236,9 +15237,12 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
15236
15237
  */
15237
15238
 
15238
15239
  function showResult(videoObj, code, isShowReplayBtn, video) {
15239
- if (videoObj.timer === '0') {
15240
+ debugger;
15241
+
15242
+ if (videoObj.timer === '-1') {
15240
15243
  delete videoObj.timer;
15241
15244
  clearResult(videoObj.tagBox.parent(), videoObj);
15245
+ return;
15242
15246
  }
15243
15247
 
15244
15248
  let videoDom = videoObj.tagBox.parent(); // videoDom.addClass("result");
Binary file