WGShare.Client.Wx/pages/notice-bar/scrolling/index.wxml

21 lines
499 B
Plaintext

<t-notice-bar
visible="{{visible}}"
prefixIcon="null"
marquee="{{marquee1}}"
content="提示文字描述提示文字描述提示文字描述提示文字描述文"
></t-notice-bar>
<t-notice-bar
visible="{{visible}}"
marquee="{{marquee2}}"
content="提示文字描述提示文字描述提示文字描述提示文字描述文"
></t-notice-bar>
<t-notice-bar
visible="{{true}}"
direction="vertical"
content="{{content}}"
prefixIcon="sound"
bind:click="click"
></t-notice-bar>