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.common.js
CHANGED
|
@@ -14301,9 +14301,8 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
|
|
|
14301
14301
|
|
|
14302
14302
|
videoFlagObj.find("button[name='closeVideo']").click(function () {
|
|
14303
14303
|
let index = Number($(this).parent().parent().attr("index"));
|
|
14304
|
-
me.close(index); //jquery方式阻止默认事件 & 冒泡事件
|
|
14305
|
-
|
|
14306
|
-
return false;
|
|
14304
|
+
me.close(index); // //jquery方式阻止默认事件 & 冒泡事件
|
|
14305
|
+
// return false;
|
|
14307
14306
|
});
|
|
14308
14307
|
},
|
|
14309
14308
|
|
|
Binary file
|