yy-dymini-pop-bottom 1.0.0 → 1.0.1

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,6 +1,6 @@
1
1
  {
2
2
  "name": "yy-dymini-pop-bottom",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "抖音小程序-底部确认弹出框自定义组件",
5
5
  "main": "pop-bottom-confirm.js",
6
6
  "miniprogram": ".",
@@ -56,6 +56,8 @@ Component({
56
56
  onClose() {
57
57
  this.triggerEvent('close');
58
58
  },
59
+ // 阻止弹窗主体点击穿透到遮罩
60
+ stopPropagation() {},
59
61
  // 确认按钮:拼接业务参数透传给页面
60
62
  onConfirm(e) {
61
63
  const baseParams = e.detail || {};