mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-23 01:36:44 +08:00
fix(portal):修复AI案例点击事件缺失问题- 在AI案例卡片上添加@click事件处理
- 确保点击功能正常触发getAICase方法 - 移除重复的点击绑定以避免冲突
This commit is contained in:
@@ -310,7 +310,7 @@
|
|||||||
<div class="xcontent2-minor">
|
<div class="xcontent2-minor">
|
||||||
|
|
||||||
<div id="fixd-box">
|
<div id="fixd-box">
|
||||||
<div class="AI-case" style="position: relative" v-if="showAiCase ">
|
<div class="AI-case" style="position: relative" v-if="showAiCase " @click="getAICase">
|
||||||
<img src="../../../../public/images/case-logo.png" alt="">
|
<img src="../../../../public/images/case-logo.png" alt="">
|
||||||
<span @click="getAICase" style="position: absolute; top: 65px;left: 15px;z-index: 1;width: 40%;height: 30px;"></span>
|
<span @click="getAICase" style="position: absolute; top: 65px;left: 15px;z-index: 1;width: 40%;height: 30px;"></span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user