Merge branch 'develop'

# Conflicts:
#	pages/my/my.vue
This commit is contained in:
haomingming
2025-09-25 10:31:52 +08:00
17 changed files with 897 additions and 105 deletions
+4 -4
View File
@@ -637,7 +637,7 @@
// }
};
// 测试tabbar功能的方法
//测试tabbar功能的方法
const testTabbar = () => {
nextTick(() => {
if (tabbarRef.value) {
@@ -648,9 +648,9 @@
tabbarRef.value.showRedDot(2);
// 3秒后隐藏红点
setTimeout(() => {
tabbarRef.value.hideRedDot(2);
}, 3000);
// setTimeout(() => {
// tabbarRef.value.hideRedDot(2);
// }, 3000);
}
});
};