问题描述:
解决办法:
- 文件路径 application/web/view/special/task.html。
- 对照图上的标记内容修改。
- 修改完后清除缓存。
.container_courseDetils img {
max-width: 100%;
}
viewing: function (currentTime) {
var vm = this;
specialApi.viewing({
special_id: vm.special_id,
task_id: vm.task_id,
total: vm.duration * 1e3,
viewing_time: currentTime * 1e3,
percentage: Math.floor(currentTime / vm.duration * 100)
});
this.saveTime(this.taskName, currentTime)
}