ucservice 1.7.4 → 1.7.5

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.7.4",
4
+ "version": "1.7.5",
5
5
  "description": "统一通信服务",
6
6
  "main": "dist/ucservice.common.js",
7
7
  "style": "ucservice.css",
@@ -1569,7 +1569,7 @@
1569
1569
  }
1570
1570
 
1571
1571
  this.VIDEO_DATA[index].close();
1572
- let video = $(me.selector + ' li ')[index].find('video')
1572
+ let video = $(this.selector + ' li ')[index].find('video')
1573
1573
  if(video.hasClass('scale-scene')) {
1574
1574
  video.removeClass('scale-scene');
1575
1575
  video.parent().find('.scale-btn').addClass('bggray')