8***@qq.com
8***@qq.com
  • 发布:2021-06-21 18:31
  • 更新:2021-06-21 20:32
  • 阅读:929

uni-notice-bar 报错 TypeError: Cannot read property 'width' of null

分类:uni-app

uni-notice-bar 加载报错

2021-06-21 18:31 负责人:无 分享
已邀请:
DCloud_UNI_Anne

DCloud_UNI_Anne

用插件市场的uni-notice-bar示例项目是否能复现您的问题?如果不能的话,检查是否为其他错误导致?

  • 8***@qq.com (作者)

    刚刚用实例代码 试了一下 刚开始还是会有问题,编译了几次已经没有警告了,但是没定位到问题在哪,

    2021-06-22 10:58

  • 8***@qq.com (作者)

    偶尔还是会有这个错误出现

    <view v-if="!isLogin" style="margin: 40rpx 0;">

    <uni-notice-bar backgroundColor='#f7f7f7' color="#333" scrollable="true" single="true" :text="noticeText"></uni-notice-bar>

    </view>

    <view v-if="isLogin" style="margin: 40rpx 0;">

    <uni-notice-bar backgroundColor='#f7f7f7' color="#333" scrollable="true" single="true" :text=" isAttestation ? attestationAfter : attestationBefore"></uni-notice-bar>

    <!-- <uni-notice-bar backgroundColor='#f7f7f7' color="#333" scrollable="true" single="true" :text=" isAttestation ? attestationAfter : attestationBefore"></uni-notice-bar> -->

    </view>

    2021-06-22 11:01

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