mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 11:26:43 +08:00
提交
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<span class="his-info pointer" @click="isShowList = true">历史记录</span>
|
||||
</div>
|
||||
<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':''}">
|
||||
<img :src="`${webBaseUrl}/images/coteplay.png`" @click="toCoursePage()" alt="">
|
||||
<span @click="toCoursePage()">{{getHMS(editdata.playTime)}}</span>
|
||||
|
||||
Reference in New Issue
Block a user