当前位置:   article > 正文

UNIAPP原生TABBAR设置并添加数字角标或小红点提示_uni.settabbarbadge

uni.settabbarbadge

uni.setTabBarBadge({ //显示数字
  index: 2,//tabbar下标
  text: '1'//数字
})
uni.removeTabBarBadge({ //隐藏数字标
  index:2
})  
uni.showTabBarRedDot({ //显示红点
  index: 2
})
uni.hideTabBarRedDot({ //隐藏红点
  index:2
})
添加至任何页面的js事件里即可,事件执行,则显示或移除
详情可以看官网地址https://uniapp.dcloud.io/api/ui/tabbar?id=showtabbarreddot
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
声明:本文内容由网友自发贡献,转载请注明出处:【wpsshop博客】
推荐阅读
相关标签
  

闽ICP备14008679号