ucservice 1.7.5 → 1.7.6

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,7 +13444,7 @@ 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 = $(this.selector + ' li ')[index].find('video');
13447
+ let video = $(this.selector + ' li ').eq(index).find('video');
13448
13448
 
13449
13449
  if (video.hasClass('scale-scene')) {
13450
13450
  video.removeClass('scale-scene');
Binary file