tencent.jquery.pix.component 1.0.81 → 1.0.82

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.
@@ -180,6 +180,9 @@ const initEvent = () => {
180
180
  if (windowEnv === 'pix') {
181
181
  $(document.body).on('click', '.pix-tips-container', function () {
182
182
  // 点击到tip弹窗阻止冒泡
183
+ if (e.stopPropagation) {
184
+ e.stopPropagation(); // 阻止事件冒泡
185
+ }
183
186
  }, true)
184
187
  } else {
185
188
  $(document.body).on('click', '.pix-tips-container', function (e) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencent.jquery.pix.component",
3
- "version": "1.0.81",
3
+ "version": "1.0.82",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "files": [
package/readme.md CHANGED
@@ -6,10 +6,6 @@
6
6
 
7
7
  - 用于pix小应用基于tencent.jquery.pix
8
8
 
9
- git 地址
10
-
11
- https://git.woa.com/linksee-web/pix/jquery.pix.component
12
-
13
9
  在线文档
14
10
 
15
- https://static-exp.native.qq.com/webfront/pixcomponent/QNgV5k6r/dist/#/
11
+ https://scrm.qq.com/webfront/pixcomponent/jXkocpc5/dist/index.html#/