合并测试环境代码准备备用页面

This commit is contained in:
sunli_tydic
2025-12-10 09:52:24 +08:00
parent 0663bd6c15
commit 31c669b631

View File

@@ -399,12 +399,35 @@
<div
@click="heartabtwo"
:class="tab == 2 ? 'control-tab-active' : ' '"
>
<i
class="el-icon-edit"
style="margin-right: 9px; margin-left: 9px"
></i
>我的笔记
</div>
<div
@click="heartabthree"
v-if="courseInfo.aiDraft == 1 && contentData.contentType == 10"
:class="tab == 3 ? 'control-tab-active' : ' '"
style="position: relative"
>
<i
class="el-icon-edit"
class="el-icon-document"
style="margin-right: 9px; margin-left: 9px"
></i
>我的笔记
>ai文稿
<img
src="@/assets/images/course/wengaoTip.png"
alt=""
style="
position: absolute;
top: -3px;
right: -14px;
width: 15px;
height: 14px;
"
/>
</div>
</div>
<!-- 课程单元 -->