mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-16 14:26:43 +08:00
ai视频一期功能提交
This commit is contained in:
@@ -373,6 +373,7 @@
|
||||
></i
|
||||
>我的笔记
|
||||
</div>
|
||||
<!-- 开发阶段先放开 v-if="courseInfo.aiDraft == 1" -->
|
||||
<div
|
||||
@click="heartabthree"
|
||||
:class="tab == 3 ? 'control-tab-active' : ' '"
|
||||
@@ -667,6 +668,7 @@
|
||||
<!-- ai播放器相关 -->
|
||||
<div
|
||||
@click="coutab(4)"
|
||||
v-if="courseInfo.aiAbstract == 1"
|
||||
style="position: relative;"
|
||||
:class="courestab == 4 ? 'course-info-tab-active' : ''"
|
||||
>
|
||||
@@ -751,7 +753,7 @@
|
||||
style="padding-left: 17px; padding-top: 20px;background-color: #fff;"
|
||||
>
|
||||
<div style="padding: 30px;line-height: 24px;letter-spacing: 0.3px;color: rgba(102, 102, 102, 1);">
|
||||
ai摘要
|
||||
{{ courseInfo.summaryContent || '' }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user