WGShare.Client.Wx/pages/toast/close/index.wxml

7 lines
291 B
Plaintext

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