fix(标签栏): 调整标签栏徽标显示样式和默认值
将标签栏徽标的默认值从10改为100,并调整徽标样式以更好支持两位数显示
This commit is contained in:
@@ -57,7 +57,7 @@ function gotoTabbar() {
|
||||
}
|
||||
// #region setTabbarBadge
|
||||
function setTabbarBadge() {
|
||||
tabbarStore.setTabbarItemBadge(1, 10)
|
||||
tabbarStore.setTabbarItemBadge(1, 100)
|
||||
}
|
||||
// #endregion
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user