ucservice 1.7.1 → 1.7.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.
@@ -14291,6 +14291,13 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
14291
14291
  let li = $(this).parent().parent()[0];
14292
14292
  me.videoRotateSize(li, rotateIndex); //jquery方式阻止默认事件 & 冒泡事件
14293
14293
 
14294
+ return false;
14295
+ });
14296
+ videoFlagObj.find('button[name=scaleVideo]').click(function () {
14297
+ let isgray = $(this).hasClass('bggray');
14298
+ if (isgray) $(this).parent().parent().find('.video-box').addClass('scale-scene');else $(this).parent().parent().find('.video-box').removeClass('scale-scene');
14299
+ $(this).toggleClass("bggray"); //jquery方式阻止默认事件 & 冒泡事件
14300
+
14294
14301
  return false;
14295
14302
  }); //接收音频事件
14296
14303
 
Binary file