Merge branch 'dev_aliyun' of http://bdgit.educoder.net/Hjqreturn/educoder into dev_aliyun

courseware
anke1460 5 years ago
commit 738a51a5c8

@ -45,7 +45,7 @@ export default ({ src, videoId, logWatchHistory, courseId = null }) => {
const log = useCallback((callback, isEnd = false) => { const log = useCallback((callback, isEnd = false) => {
let params = { let params = {
point: el.currentTime.currentTime point: el.current.currentTime
} }
if (logId) { if (logId) {
params['log_id'] = logId params['log_id'] = logId

@ -397,7 +397,7 @@ class TPMIndex extends Component {
newathArray:list newathArray:list
}) })
} }
render() { render() {
let url = window.location.href; let url = window.location.href;
let flag =false; let flag =false;
@ -671,7 +671,7 @@ class TPMIndex extends Component {
</div> </div>
); );
} }
} }
export default SnackbarHOC() (TPMIndexHOC ( TPMIndex )); export default SnackbarHOC() (TPMIndexHOC ( TPMIndex ));

Loading…
Cancel
Save