Files
2025-08-15 14:05:08 +08:00

10 lines
376 B
Plaintext

<t-popup visible="{{visible}}" bind:visible-change="onVisibleChange" placement="center">
<view class="block">
<t-icon t-class="close-btn" name="close-circle" size="64rpx" color="#fff" bind:tap="onClose" />
</view>
</t-popup>
<t-button block size="large" variant="outline" theme="primary" bind:tap="handlePopup">
居中弹出层-带自定义关闭按钮
</t-button>