Commit 54904620 authored by lizhichao's avatar lizhichao

修改时,培训时长*60问题

parent 3445a4f2
......@@ -223,6 +223,7 @@ export default {
getLessonById() {
getLessonById(this.courseId).then((res) => {
if (res.code == 200) {
res.data.duration=res.data.duration/60;
const data = res.data;
const {
courseName,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment