ucservice 2.3.3 → 2.3.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/dist/ucservice.common.js +2 -1
- package/dist/ucservice.common.js.gz +0 -0
- package/dist/ucservice.common.js.map +1 -1
- package/dist/ucservice.umd.js +2 -1
- 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/dist/ucservice.common.js
CHANGED
|
@@ -13483,7 +13483,8 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
|
|
|
13483
13483
|
if (video == videoData[i].video) {
|
|
13484
13484
|
me.close(i);
|
|
13485
13485
|
|
|
13486
|
-
if (videoData[i].closeType
|
|
13486
|
+
if (videoData[i].closeType == 'error') {
|
|
13487
|
+
videoData[i].timer && clearInterval(videoData[i].timer);
|
|
13487
13488
|
videoData[i].timer = '0';
|
|
13488
13489
|
clearResult(videoData[i].tagBox.parent(), videoData[i]);
|
|
13489
13490
|
}
|
|
Binary file
|