hookehuyr

fix(CourseDetailPage): 仅在存在二维码时显示图片提示文本

......@@ -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>
<!-- 底部关闭按钮(唯一操作) -->
......