- 增加登录日志

- 增加数据库索引
- 修改原生安装文档
This commit is contained in:
dushixiang
2021-01-20 22:57:26 +08:00
parent 1d4653a561
commit f0157dbaeb
20 changed files with 700 additions and 78 deletions

View File

@ -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
}, () => {