Skip to content

[button] tap事件默认使用了 catch:tap 导致tap事件无法冒泡向上级传递 #2025

@v10258

Description

@v10258

tdesign-miniprogram 版本

重现链接

No response

重现步骤

<authorize-dialog>
  <t-button
    theme="primary"
    block
    shape="round"
  >
    {{taskData.status === 'cease' ? '已结束' : '响应'}}
  </t-button>
</authorize-dialog>

期望结果

tap事件可以冒泡向上层传递

实际结果

No response

基础库版本

No response

补充说明

No response

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions