### tdesign-miniprogram 版本 是 ### 重现链接 _No response_ ### 重现步骤 <view class="authorize"> <view bind:tap="handleVerify"> <slot></slot> </view> <t-dialog visible="{{visible}}" data-key="showCloseBtn" title="资料未完善" close-btn content="完善个人信息,以确保为您提供完整服务" confirm-btn="{{ confirmBtn }}" bind:confirm="handleAuth" bind:cancel="handleClose" /> </view> <authorize-dialog> <t-button theme="primary" block shape="round" > {{taskData.status === 'cease' ? '已结束' : '响应'}} </t-button> </authorize-dialog> ### 期望结果 tap事件可以冒泡向上层传递 ### 实际结果 _No response_ ### 基础库版本 _No response_ ### 补充说明 _No response_