問題描述:
解決辦法:
- 文件路徑 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)
}