- 增加登录日志
- 增加数据库索引 - 修改原生安装文档
This commit is contained in:
@ -142,7 +142,9 @@ class Playback extends Component {
|
||||
|
||||
this.setState({
|
||||
recording: recording
|
||||
})
|
||||
}, () => {
|
||||
this.handlePlayPause();
|
||||
});
|
||||
}
|
||||
|
||||
handlePlayPause = () => {
|
||||
@ -150,7 +152,6 @@ class Playback extends Component {
|
||||
if (recording) {
|
||||
if (this.state.percent === this.state.max) {
|
||||
// 重播
|
||||
console.log('重新播放')
|
||||
this.setState({
|
||||
percent: 0
|
||||
}, () => {
|
||||
|
Reference in New Issue
Block a user