我的页面

This commit is contained in:
haomingming
2025-09-25 10:28:27 +08:00
parent b884a8f6fc
commit 9e78b974a2
17 changed files with 897 additions and 104 deletions
+4 -4
View File
@@ -644,7 +644,7 @@
// }
};
// 测试tabbar功能的方法
//测试tabbar功能的方法
const testTabbar = () => {
nextTick(() => {
if (tabbarRef.value) {
@@ -655,9 +655,9 @@
tabbarRef.value.showRedDot(2);
// 3秒后隐藏红点
setTimeout(() => {
tabbarRef.value.hideRedDot(2);
}, 3000);
// setTimeout(() => {
// tabbarRef.value.hideRedDot(2);
// }, 3000);
}
});
};