Files
MiniProgram/ProjectLiaisonForm/pages/toast/close/index.wxml
2025-08-15 14:05:08 +08:00

9 lines
308 B
Plaintext

<t-toast id="t-toast" />
<view class="box">
<view class="toast-example">
<t-button theme="primary" size="large" variant="outline" bind:tap="handleShow">显示提示</t-button>
<t-button theme="primary" size="large" variant="outline" bind:tap="handleHide">关闭提示</t-button>
</view>
</view>