tencent.jquery.pix.component 1.0.82 → 1.0.83
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/components/tips/tipv2.js +1 -1
- package/package.json +1 -1
package/components/tips/tipv2.js
CHANGED
|
@@ -178,7 +178,7 @@ const initEvent = () => {
|
|
|
178
178
|
tmp2TipsArr = []
|
|
179
179
|
});
|
|
180
180
|
if (windowEnv === 'pix') {
|
|
181
|
-
$(document.body).on('click', '.pix-tips-container', function () {
|
|
181
|
+
$(document.body).on('click', '.pix-tips-container', function (e) {
|
|
182
182
|
// 点击到tip弹窗阻止冒泡
|
|
183
183
|
if (e.stopPropagation) {
|
|
184
184
|
e.stopPropagation(); // 阻止事件冒泡
|