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