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/dist/ucservice.common.js +4 -4
- package/dist/ucservice.common.js.gz +0 -0
- package/dist/ucservice.common.js.map +1 -1
- package/dist/ucservice.umd.js +4 -4
- package/dist/ucservice.umd.js.gz +0 -0
- package/dist/ucservice.umd.js.map +1 -1
- package/dist/ucservice.umd.min.js +1 -1
- package/dist/ucservice.umd.min.js.gz +0 -0
- package/dist/ucservice.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/scooper.video.js +3 -3
package/dist/ucservice.umd.js
CHANGED
|
@@ -13204,7 +13204,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
|
|
|
13204
13204
|
|
|
13205
13205
|
if (document.querySelector(_self.selector)) {
|
|
13206
13206
|
let videoLi = {};
|
|
13207
|
-
Array.prototype.slice.call(document.querySelector(
|
|
13207
|
+
Array.prototype.slice.call(document.querySelector(_self.selector).querySelectorAll('li'), 0).forEach(liItem => {
|
|
13208
13208
|
videoLi[$(liItem).attr('index')] = liItem;
|
|
13209
13209
|
});
|
|
13210
13210
|
|
|
@@ -13241,7 +13241,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
|
|
|
13241
13241
|
|
|
13242
13242
|
if (document.querySelector(_self.selector)) {
|
|
13243
13243
|
let videoLi = {};
|
|
13244
|
-
Array.prototype.slice.call(document.querySelector(
|
|
13244
|
+
Array.prototype.slice.call(document.querySelector(_self.selector).querySelectorAll('li'), 0).forEach(liItem => {
|
|
13245
13245
|
videoLi[$(liItem).attr('index')] = liItem;
|
|
13246
13246
|
});
|
|
13247
13247
|
|
|
@@ -15530,8 +15530,8 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
|
|
|
15530
15530
|
|
|
15531
15531
|
self.tagBox.bind("canplay play playing", function () {
|
|
15532
15532
|
if (self.video) {
|
|
15533
|
-
if (self.tagBox.is(':visible')) return;
|
|
15534
|
-
|
|
15533
|
+
// if (self.tagBox.is(':visible')) return;
|
|
15534
|
+
// 清除播放监测定时任务,清除内容
|
|
15535
15535
|
self.playSucTimeOutIndex > 0 && clearTimeout(self.playSucTimeOutIndex);
|
|
15536
15536
|
self.tagBox.parent().find(".video-tip").remove();
|
|
15537
15537
|
console.log('分屏=' + (self.index + 1) + ', ' + self.video + ' 播放成功');
|
package/dist/ucservice.umd.js.gz
CHANGED
|
Binary file
|