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.
@@ -14282,6 +14282,13 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
14282
14282
  let li = $(this).parent().parent()[0];
14283
14283
  me.videoRotateSize(li, rotateIndex); //jquery方式阻止默认事件 & 冒泡事件
14284
14284
 
14285
+ return false;
14286
+ });
14287
+ videoFlagObj.find('button[name=scaleVideo]').click(function () {
14288
+ let isgray = $(this).hasClass('bggray');
14289
+ if (isgray) $(this).parent().parent().find('.video-box').addClass('scale-scene');else $(this).parent().parent().find('.video-box').removeClass('scale-scene');
14290
+ $(this).toggleClass("bggray"); //jquery方式阻止默认事件 & 冒泡事件
14291
+
14285
14292
  return false;
14286
14293
  }); //接收音频事件
14287
14294
 
Binary file