This commit is contained in:
zoujiandong
2025-08-27 15:57:36 +08:00
parent 42ef4d312e
commit cc0ddd0bc9
3 changed files with 59 additions and 20 deletions
+2 -1
View File
@@ -678,6 +678,8 @@
const getHomeData = async () => {
try {
uni.showLoading({ title: '加载中...' });
const res = await api.getHomeData();
console.log('首页数据:', res);
@@ -776,7 +778,6 @@
defineExpose({
testTabbar,
getTabbarStatus,
updateTabbarData,
goToCourseHome
});
</script>