mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
提交
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
<span class="his-info pointer" @click="isShowList = true">历史记录</span>
|
<span class="his-info pointer" @click="isShowList = true">历史记录</span>
|
||||||
</div>
|
</div>
|
||||||
<div :class="editContent">
|
<div :class="editContent">
|
||||||
<div v-if="editdata.playTime != '' " class="note-tit">
|
<div v-if="editdata.playTime" class="note-tit">
|
||||||
<div :style="{cursor:editdata.type==1? 'pointer':''}">
|
<div :style="{cursor:editdata.type==1? 'pointer':''}">
|
||||||
<img :src="`${webBaseUrl}/images/coteplay.png`" @click="toCoursePage()" alt="">
|
<img :src="`${webBaseUrl}/images/coteplay.png`" @click="toCoursePage()" alt="">
|
||||||
<span @click="toCoursePage()">{{getHMS(editdata.playTime)}}</span>
|
<span @click="toCoursePage()">{{getHMS(editdata.playTime)}}</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user