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.
@@ -12464,17 +12464,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
12464
12464
  windowNums: num
12465
12465
  });
12466
12466
  me._opts.windows = num;
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
- });
12467
+ me._opts.extra = extra;
12478
12468
  },
12479
12469
 
12480
12470
  /**
@@ -13478,6 +13468,16 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
13478
13468
  this.dispatch('screenchange', {
13479
13469
  windowNums: num,
13480
13470
  flag: me._opts.flag
13471
+ }); //设置旋转了的视频样式
13472
+
13473
+ let videoLi = document.getElementById('videoRef').querySelectorAll('li');
13474
+ me.VIDEO_DATA.forEach((item, index) => {
13475
+ let tel = item.video;
13476
+
13477
+ if (!tel && item.id) {
13478
+ videoLi[index].querySelector('video').style = '';
13479
+ videoLi[index].querySelector('.rotate-btn').setAttribute('rotate-index', 0);
13480
+ }
13481
13481
  }); //设置旋转视频的样式
13482
13482
 
13483
13483
  for (let k = 0; k < _li.length; k++) {
Binary file