ucservice 1.7.3 → 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';
Binary file