wx.removeTabBarBadge 不起作用
当我消息数为0时 设置
wx.removeTabBarBadge 不起作用
if(Num > 0){
wx.setTabBarBadge({
index: 1,
text: Num + ‘’
})
}else{
wx.removeTabBarBadge({
index: 1
})
}
当我消息数为0时 设置
wx.removeTabBarBadge 不起作用
if(Num > 0){
wx.setTabBarBadge({
index: 1,
text: Num + ‘’
})
}else{
wx.removeTabBarBadge({
index: 1
})
}