z***@163.com
z***@163.com
  • 发布:2019-05-05 15:19
  • 更新:2020-09-02 16:54
  • 阅读:3786

uni-notice-bar

分类:uni-app

uni-notice-bar报错

2019-05-05 15:19 负责人:无 分享
已邀请:
DCloud_UNI_HT

DCloud_UNI_HT

提供具体的实现代码,不要直接放一个报错上来,不知道你具体是怎么复现的。

  • 1***@qq.com

    父容器不能加display:flex,加了的话文字就消失了

    2023-03-14 16:01

6***@qq.com

6***@qq.com

组件144行增加:

 // #ifdef MP-WEIXIN  
 this.createSelectorQuery().select(`#${this.elId}`).boundingClientRect().exec((ret) => {  
      this.animation = `notice ${ret[0].width / this.speed}s linear infinite both`;  
 });  
// #endif
1***@qq.com

1***@qq.com

同样是遇到这个问题,但是我不知道怎么复现

<uni-notice-bar speed="50" :show-icon="true" :scrollable="true" :single="true" text="123" />

1***@qq.com

1***@qq.com

<uni-notice-bar speed="50" :show-icon="true" :scrollable="true" :single="true" :text=noticeChange(Menus.Notices) />

该问题目前已经被锁定, 无法添加新回复