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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ucservice",
3
3
  "private": false,
4
- "version": "1.5.1",
4
+ "version": "1.5.2",
5
5
  "description": "统一通信服务",
6
6
  "main": "dist/ucservice.common.js",
7
7
  "style": "ucservice.css",
@@ -2388,8 +2388,8 @@
2388
2388
  videoFlagObj.find("button[name='closeVideo']").click(function(){
2389
2389
  let index = Number($(this).parent().parent().attr("index"));
2390
2390
  me.close(index);
2391
- //jquery方式阻止默认事件 & 冒泡事件
2392
- return false;
2391
+ // //jquery方式阻止默认事件 & 冒泡事件
2392
+ // return false;
2393
2393
  });
2394
2394
  },
2395
2395
  /**