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.
@@ -13453,7 +13453,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
13453
13453
  }
13454
13454
 
13455
13455
  this.VIDEO_DATA[index].close();
13456
- let video = $(this.selector + ' li ')[index].find('video');
13456
+ let video = $(this.selector + ' li ').eq(index).find('video');
13457
13457
 
13458
13458
  if (video.hasClass('scale-scene')) {
13459
13459
  video.removeClass('scale-scene');
Binary file