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.
@@ -15221,6 +15221,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
15221
15221
  */
15222
15222
 
15223
15223
  function showResult(videoObj, code, isShowReplayBtn, video) {
15224
+ if (self.closeType == 'close' && !self.playing) return;
15224
15225
  let videoDom = videoObj.tagBox.parent(); // videoDom.addClass("result");
15225
15226
 
15226
15227
  videoDom.find('.operate-btn .close-btn').show();
@@ -15358,7 +15359,6 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
15358
15359
  promptFailed("请先登陆");
15359
15360
  }
15360
15361
 
15361
- debugger;
15362
15362
  let video = self.video;
15363
15363
 
15364
15364
  if (msg.error_code) {
Binary file