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-08 12:27:20 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
75e21f86acf8a9f892434da454b897a4b0b7b97e
75e21f86
1 parent
3be5b36b
feat(课程详情页): 恢复分享海报功能并移除分享按钮
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/courses/CourseDetailPage.vue
src/views/courses/CourseDetailPage.vue
View file @
75e21f8
...
...
@@ -223,7 +223,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"
...
...
@@ -239,7 +239,7 @@
/>
</svg>
分享
</button>
</button>
-->
</div>
<div class="flex items-center">
<div v-if="!course?.is_buy" class="mr-2">
...
...
@@ -365,7 +365,7 @@
</div>
</van-popup>
<!-- 分享海报弹窗 -->
<
!-- <SharePoster v-if="course" v-model:show="show_share_poster" :course="course" /> --
>
<
SharePoster v-if="course" v-model:show="show_share_poster" :course="course" /
>
<van-back-top right="5vw" bottom="25vh" offset="600" />
</AppLayout>
</template>
...
...
Please
register
or
login
to post a comment