ucservice 2.3.0 → 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();
Binary file