Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] 建议增加NoticeBar通告栏text slot #4023

Closed
suguoyao opened this issue Feb 2, 2021 · 0 comments · Fixed by #4048
Closed

[Feature Request] 建议增加NoticeBar通告栏text slot #4023

suguoyao opened this issue Feb 2, 2021 · 0 comments · Fixed by #4048

Comments

@suguoyao
Copy link

suguoyao commented Feb 2, 2021

这个功能解决了什么问题

目前van-notice-bar组件只能配置纯文本text

建议的API是什么样的

希望能改成可通过slot设置text,这样才能使用文本+图片(如头像等)。

预期新功能的大致用法

<van-notice-bar left-icon="volume-o" speed="{{20}}">
  <view slot="text">
    <view wx:for="{{list}}"">
      <image src="avatar.jpg"/>
      <text>XXX获得XXX</text>
    </view>
  </view>
</van-notice-bar>
rex-zsd pushed a commit to rex-zsd/vant-weapp that referenced this issue Feb 19, 2021
rex-zsd added a commit that referenced this issue Feb 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant