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.
@@ -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
 
Binary file