收藏
回答

wx.setTabBarBadge在IOS上text为空时显示异常

框架类型 问题类型 操作系统 操作系统版本 手机型号 微信版本
小程序 Bug iOS 12.2 iphone X 7.0.4

carNumber() {

if (this.globalData.carNumber != '0') {

wx.setTabBarBadge({

index: 2,

text: this.globalData.carNumber+''

})

}else{

wx.setTabBarBadge({

index: 2,

text: ''

})

}

},


怎么让text值为空或者为‘0’时,隐藏这个大红点,在安卓上面是可以的。



回答关注问题邀请回答
收藏

2 个回答

登录 后发表内容