ucservice 2.3.7 → 2.3.9

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,12 +13482,11 @@ 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') {
13485
13486
 
13486
- if (videoData[i].closeType == 'error') {
13487
- videoData[i].timer && clearInterval(videoData[i].timer);
13488
- videoData[i].timer = '0';
13489
- clearResult(videoData[i].tagBox.parent(), videoData[i]);
13490
- }
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]); // }
13491
13490
 
13492
13491
  if (!isSave) {
13493
13492
  videoData[i].closeType = 'close';
@@ -15227,7 +15226,9 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
15227
15226
  */
15228
15227
 
15229
15228
  function showResult(videoObj, code, isShowReplayBtn, video) {
15230
- if (videoObj.timer === '0') {
15229
+ debugger;
15230
+
15231
+ if (videoObj.timer === '-1') {
15231
15232
  delete videoObj.timer;
15232
15233
  clearResult(videoObj.tagBox.parent(), videoObj);
15233
15234
  return;
Binary file