ucservice 1.4.8 → 1.4.9

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.
@@ -12455,17 +12455,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
12455
12455
  windowNums: num
12456
12456
  });
12457
12457
  me._opts.windows = num;
12458
- me._opts.extra = extra; //设置旋转了的视频样式
12459
-
12460
- let videoLi = document.getElementById('videoRef').querySelectorAll('li');
12461
- me.VIDEO_DATA.forEach((item, index) => {
12462
- let tel = item.video;
12463
-
12464
- if (!tel && item.id) {
12465
- videoLi[index].querySelector('video').style = '';
12466
- videoLi[index].querySelector('.rotate-btn').setAttribute('rotate-index', 0);
12467
- }
12468
- });
12458
+ me._opts.extra = extra;
12469
12459
  },
12470
12460
 
12471
12461
  /**
@@ -13469,6 +13459,16 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
13469
13459
  this.dispatch('screenchange', {
13470
13460
  windowNums: num,
13471
13461
  flag: me._opts.flag
13462
+ }); //设置旋转了的视频样式
13463
+
13464
+ let videoLi = document.getElementById('videoRef').querySelectorAll('li');
13465
+ me.VIDEO_DATA.forEach((item, index) => {
13466
+ let tel = item.video;
13467
+
13468
+ if (!tel && item.id) {
13469
+ videoLi[index].querySelector('video').style = '';
13470
+ videoLi[index].querySelector('.rotate-btn').setAttribute('rotate-index', 0);
13471
+ }
13472
13472
  }); //设置旋转视频的样式
13473
13473
 
13474
13474
  for (let k = 0; k < _li.length; k++) {
Binary file