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

15 lines
458 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 title="Message" leftArrow />
<view class="demo message-example">
<t-demo-header
title="Message 消息通知"
desc="用于轻量级反馈或提示,不会打断用户操作。"
notice="渲染框架支持情况WebView"
/>
<t-demo title="01 组件类型" desc="消息通知内容为文本、带操作按钮">
<base />
</t-demo>
<t-demo title="02 组件状态" desc="消息组件风格">
<theme />
</t-demo>
</view>