ucservice 1.4.7 → 1.4.8

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.
@@ -12465,6 +12465,16 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
12465
12465
  });
12466
12466
  me._opts.windows = num;
12467
12467
  me._opts.extra = extra; //设置旋转了的视频样式
12468
+
12469
+ let videoLi = document.getElementById('videoRef').querySelectorAll('li');
12470
+ me.VIDEO_DATA.forEach((item, index) => {
12471
+ let tel = item.video;
12472
+
12473
+ if (!tel && item.id) {
12474
+ videoLi[index].querySelector('video').style = '';
12475
+ videoLi[index].querySelector('.rotate-btn').setAttribute('rotate-index', 0);
12476
+ }
12477
+ });
12468
12478
  },
12469
12479
 
12470
12480
  /**
Binary file