refactor(tabbar): 使用reactive包装tabbarList以提高响应性

This commit is contained in:
feige996
2025-08-24 16:22:34 +08:00
parent eafd3a9f30
commit a51e9fb8dc
2 changed files with 5 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ function gotoTabbar() {
}
// #region setTabbarBadge
function setTabbarBadge() {
tabbarStore.setTabbarItemBadge(3, 10)
tabbarStore.setTabbarItemBadge(1, 10)
}
// #endregion
</script>