1234
This commit is contained in:
parent
fef5ced63e
commit
b9fe9b2402
@ -573,7 +573,7 @@ class SE018PaperPage extends React.Component {
|
||||
ISEND: false,
|
||||
VIEWSEC: parseInt(this.videoRef.current.currentTime) - 1,
|
||||
})
|
||||
} else if (!check.ISEND) {
|
||||
} else if (check.length > 0 && !check[0].ISEND) {
|
||||
this.state.listViewInfo.forEach(e => {
|
||||
e.VIEWSEC = parseInt(this.videoRef.current.currentTime) - 1
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user