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-09 10:51:10 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6d20477ea4f31e85c3be69cd03dbba02ddfc4fbb
6d20477e
1 parent
1c439d1d
fix(CourseDetailPage): 仅在存在二维码时显示图片提示文本
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/courses/CourseDetailPage.vue
src/views/courses/CourseDetailPage.vue
View file @
6d20477
...
...
@@ -366,7 +366,7 @@
<a class="text-green-600 text-base" :href="`tel:${c.phone}`" @click.prevent="call_phone(c.phone)">{{ c.phone }}</a>
</li>
</ul>
<div class="text-xs text-gray-500 mt-2">点击图片可查看大图</div>
<div
v-if="(consult_contacts || []).some(c => c?.qrcode)"
class="text-xs text-gray-500 mt-2">点击图片可查看大图</div>
</div>
<!-- 底部关闭按钮(唯一操作) -->
...
...
Please
register
or
login
to post a comment