当前位置:   article > 正文

{“errMsg“:“setTabBarBadge:fail not TabBar page“}

settabbarbadge:fail not tabbar page

问题描述:想要在详情页添加商品到购物车后,同时更新tabBar页面的购物袋徽标。于是直接在goods-detail页面使用以下代码后,发现报错:

  1. uni.setTabBarBadge({
  2. index: 3,
  3. text: this.goodsCount+''
  4. })

 错误信息:{"errMsg":"setTabBarBadge:fail not TabBar page"}

错误原因:设置徽标必须在当前页面设置,所以设置tabBar购物袋页面徽标也必须在购物袋页面才能设置 。

  1. uni.setTabBarBadge({
  2. index: 3,
  3. text: this.goodsCount+''
  4. })

本文内容由网友自发贡献,转载请注明出处:https://www.wpsshop.cn/w/Monodyee/article/detail/503357
推荐阅读
相关标签
  

闽ICP备14008679号