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

21 lines
678 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<t-navbar class="demo-navbar" title="Toast" leftArrow />
<view class="demo">
<t-demo-header
title="Toast 轻提示"
desc="用于轻量级反馈或提示,不会打断用户操作。"
notice="渲染框架支持情况Skyline、WebView"
/>
<t-demo title="01 组件类型" desc="基础提示">
<base class="box" />
</t-demo>
<t-demo title="02 组件状态" desc="内置主题">
<theme class="box" />
</t-demo>
<t-demo title="03 显示遮罩" desc="弹窗可显示遮罩,禁止滑动和点击">
<cover class="box" />
</t-demo>
<t-demo title="04 手动关闭" desc="手动关闭轻提示">
<close class="box" />
</t-demo>
</view>