微信登录调试

This commit is contained in:
冯辉
2025-10-20 11:05:11 +08:00
parent 959e9ee9e4
commit ae91ded327
18 changed files with 366 additions and 212 deletions

View File

@@ -108,7 +108,8 @@ const tabbarList = computed(() => {
});
onMounted(() => {
uni.hideTabBar();
// 自定义TabBar不需要调用hideTabBar因为已经在pages.json中设置了custom: true
// uni.hideTabBar(); // 移除这行避免在自定义TabBar模式下调用
currentItem.value = props.currentpage;
});