ucservice 1.3.6 → 1.3.7

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.3.6",
4
+ "version": "1.3.7",
5
5
  "description": "统一通信服务",
6
6
  "main": "dist/ucservice.common.js",
7
7
  "style": "ucservice.css",
@@ -1595,7 +1595,7 @@
1595
1595
  this.dispatch('screenchange', {windowNums:num, flag:me._opts.flag});
1596
1596
 
1597
1597
  //设置旋转视频的样式
1598
- for(let k = 0; k < _li.length(); k++){
1598
+ for(let k = 0; k < _li.length; k++){
1599
1599
  let rotateIndex = _li.eq(k).find('button[name=rotateVideo]').attr('rotate-index');
1600
1600
  if(rotateIndex != 0 && rotateIndex != 2)
1601
1601
  videoRotateSize(_li.eq(k), rotateIndex);