//设置红点 index:2是第几栏 uni.setTabBarBadge({ index: 2, text: 1+“”,//这里要字符串 }); //去除红点 uni.removeTabBarBadge({ index: 2 });