请求
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user