我的页面
This commit is contained in:
@@ -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);
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user