ucservice 1.5.1 → 1.5.2
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 -3
- package/dist/ucservice.common.js.gz +0 -0
- package/dist/ucservice.common.js.map +1 -1
- package/dist/ucservice.umd.js +2 -3
- 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 +2 -2
package/dist/ucservice.umd.js
CHANGED
|
@@ -14310,9 +14310,8 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
|
|
|
14310
14310
|
|
|
14311
14311
|
videoFlagObj.find("button[name='closeVideo']").click(function () {
|
|
14312
14312
|
let index = Number($(this).parent().parent().attr("index"));
|
|
14313
|
-
me.close(index); //jquery方式阻止默认事件 & 冒泡事件
|
|
14314
|
-
|
|
14315
|
-
return false;
|
|
14313
|
+
me.close(index); // //jquery方式阻止默认事件 & 冒泡事件
|
|
14314
|
+
// return false;
|
|
14316
14315
|
});
|
|
14317
14316
|
},
|
|
14318
14317
|
|
package/dist/ucservice.umd.js.gz
CHANGED
|
Binary file
|