ucservice 2.3.1 → 2.3.2

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.
@@ -15230,6 +15230,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
15230
15230
  */
15231
15231
 
15232
15232
  function showResult(videoObj, code, isShowReplayBtn, video) {
15233
+ if (self.closeType == 'close' && !self.playing) return;
15233
15234
  let videoDom = videoObj.tagBox.parent(); // videoDom.addClass("result");
15234
15235
 
15235
15236
  videoDom.find('.operate-btn .close-btn').show();
@@ -15367,7 +15368,6 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
15367
15368
  promptFailed("请先登陆");
15368
15369
  }
15369
15370
 
15370
- debugger;
15371
15371
  let video = self.video;
15372
15372
 
15373
15373
  if (msg.error_code) {
Binary file