ucservice 1.6.3 → 1.6.4

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.6.3",
4
+ "version": "1.6.4",
5
5
  "description": "统一通信服务",
6
6
  "main": "dist/ucservice.common.js",
7
7
  "style": "ucservice.css",
@@ -1333,7 +1333,7 @@
1333
1333
  let target = item.target
1334
1334
  if(document.querySelector(_self.selector)){
1335
1335
  let videoLi = {}
1336
- Array.prototype.slice.call(document.querySelector(me.selector).querySelectorAll('li'), 0).forEach(liItem => {
1336
+ Array.prototype.slice.call(document.querySelector(_self.selector).querySelectorAll('li'), 0).forEach(liItem => {
1337
1337
  videoLi[$(liItem).attr('index')] = liItem
1338
1338
  })
1339
1339
  _self.VIDEO_DATA.forEach((item, index) => {
@@ -1366,7 +1366,7 @@
1366
1366
  let target = item.target
1367
1367
  if(document.querySelector(_self.selector)){
1368
1368
  let videoLi = {}
1369
- Array.prototype.slice.call(document.querySelector(me.selector).querySelectorAll('li'), 0).forEach(liItem => {
1369
+ Array.prototype.slice.call(document.querySelector(_self.selector).querySelectorAll('li'), 0).forEach(liItem => {
1370
1370
  videoLi[$(liItem).attr('index')] = liItem
1371
1371
  })
1372
1372
  _self.VIDEO_DATA.forEach((item, index) => {
@@ -3507,7 +3507,7 @@
3507
3507
  //<video>注册playing/canplay事件,用于判断视频播放成功
3508
3508
  self.tagBox.bind("canplay play playing", function () {
3509
3509
  if(self.video){
3510
- if (self.tagBox.is(':visible')) return;
3510
+ // if (self.tagBox.is(':visible')) return;
3511
3511
  // 清除播放监测定时任务,清除内容
3512
3512
  self.playSucTimeOutIndex > 0 && clearTimeout(self.playSucTimeOutIndex);
3513
3513
  self.tagBox.parent().find(".video-tip").remove();