fix(tabbar): 替换console.log为uni.showToast显示提示信息

This commit is contained in:
feige996
2025-08-12 09:19:22 +08:00
parent 04aaa5ad5f
commit 3e91d23536

View File

@@ -13,7 +13,10 @@ defineOptions({
// TODO 1/2: 中间的鼓包tabbarItem的开关
const BULGE_ENABLE = false
function handleClickBulge() {
console.log('点击了中间的鼓包tabbarItem')
uni.showToast({
title: '点击了中间的鼓包tabbarItem',
icon: 'none',
})
}
/** tabbarList 里面的 path 从 pages.config.ts 得到 */