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-10 09:24:41 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0f1a0fb9ba10b38853a5cca0bcc56e4818c6dc3e
0f1a0fb9
1 parent
da139cfc
fix: 取消注释分享按钮代码
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/courses/CourseDetailPage.vue
src/views/courses/CourseDetailPage.vue
View file @
0f1a0fb
...
...
@@ -207,7 +207,7 @@
</svg>
收藏
</button>
<
!-- <
button class="flex flex-col items-center text-gray-500 text-xs" @click="open_share_poster">
<button class="flex flex-col items-center text-gray-500 text-xs" @click="open_share_poster">
<svg
xmlns="http://www.w3.org/2000/svg"
class="h-6 w-6"
...
...
@@ -223,7 +223,7 @@
/>
</svg>
分享
</button>
-->
</button>
<button v-if="consult_contacts.length" class="flex flex-col items-center text-gray-500 text-xs" @click="open_consult_dialog">
<svg
xmlns="http://www.w3.org/2000/svg"
...
...
Please
register
or
login
to post a comment