Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
mlaj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-12-01 18:32:37 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
aa3a35dd97973c9b3c4b18d062bf8891d6d070cd
aa3a35dd
1 parent
34254433
refactor(profile): 移除收藏页面的标签页组件
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
src/views/profile/MyFavoritesPage.vue
src/views/profile/MyFavoritesPage.vue
View file @
aa3a35d
...
...
@@ -3,8 +3,8 @@
<div class="bg-gradient-to-b from-green-50/70 to-white/90 min-h-screen pb-20">
<!-- 分类切换 -->
<div class="px-4 py-3">
<
van-tabs v-model:active="activeTab" @click-tab="onClickTab" sticky swipeable title-active-color="#4caf50" color="#4caf50"
>
<
van-tab title="课程" name="courses"
>
<
!-- <van-tabs v-model:active="activeTab" @click-tab="onClickTab" sticky swipeable title-active-color="#4caf50" color="#4caf50"> --
>
<
!-- <van-tab title="课程" name="courses"> --
>
<van-list
v-model:loading="coursesLoading"
:finished="coursesFinished"
...
...
@@ -22,9 +22,9 @@
</svg>
<p class="mt-4 text-gray-500">暂无收藏课程</p>
</div>
<
/van-tab
>
<
!-- </van-tab> --
>
<
van-tab title="活动" name="activities"
>
<
!-- <van-tab title="活动" name="activities"> --
>
<!--<van-list
v-model:loading="activitiesLoading"
:finished="activitiesFinished"
...
...
@@ -42,8 +42,8 @@
</svg>
<p class="mt-4 text-gray-500">暂无收藏活动</p>
</div>-->
<
/van-tab
>
<
/van-tabs
>
<
!-- </van-tab> --
>
<
!-- </van-tabs> --
>
</div>
</div>
</AppLayout>
...
...
Please
register
or
login
to post a comment