ucservice 1.7.1 → 1.7.4

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.
@@ -13444,6 +13444,12 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
13444
13444
  }
13445
13445
 
13446
13446
  this.VIDEO_DATA[index].close();
13447
+ let video = $(me.selector + ' li ')[index].find('video');
13448
+
13449
+ if (video.hasClass('scale-scene')) {
13450
+ video.removeClass('scale-scene');
13451
+ video.parent().find('.scale-btn').addClass('bggray');
13452
+ }
13447
13453
 
13448
13454
  if (!isSave) {
13449
13455
  this.VIDEO_DATA[index].closeType = 'close';
@@ -14282,6 +14288,13 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
14282
14288
  let li = $(this).parent().parent()[0];
14283
14289
  me.videoRotateSize(li, rotateIndex); //jquery方式阻止默认事件 & 冒泡事件
14284
14290
 
14291
+ return false;
14292
+ });
14293
+ videoFlagObj.find('button[name=scaleVideo]').click(function () {
14294
+ let isgray = $(this).hasClass('bggray');
14295
+ if (isgray) $(this).parent().parent().find('.video-box').addClass('scale-scene');else $(this).parent().parent().find('.video-box').removeClass('scale-scene');
14296
+ $(this).toggleClass("bggray"); //jquery方式阻止默认事件 & 冒泡事件
14297
+
14285
14298
  return false;
14286
14299
  }); //接收音频事件
14287
14300
 
Binary file