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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ucservice",
3
3
  "private": false,
4
- "version": "1.4.7",
4
+ "version": "1.4.8",
5
5
  "description": "统一通信服务",
6
6
  "main": "dist/ucservice.common.js",
7
7
  "style": "ucservice.css",
@@ -614,7 +614,14 @@
614
614
  me._opts.extra = extra;
615
615
 
616
616
  //设置旋转了的视频样式
617
-
617
+ let videoLi = document.getElementById('videoRef').querySelectorAll('li')
618
+ me.VIDEO_DATA.forEach((item, index) => {
619
+ let tel = item.video
620
+ if (!tel&&item.id) {
621
+ videoLi[index].querySelector('video').style = ''
622
+ videoLi[index].querySelector('.rotate-btn').setAttribute('rotate-index', 0)
623
+ }
624
+ })
618
625
  },
619
626
 
620
627
  /**