Commit 1a3decc3 authored by liujiaxin's avatar liujiaxin

feat: add audio record

parent e3ae9caf
...@@ -95,6 +95,10 @@ export class AudioRecorderComponent implements OnInit, OnChanges, OnDestroy { ...@@ -95,6 +95,10 @@ export class AudioRecorderComponent implements OnInit, OnChanges, OnDestroy {
// return; // return;
// } // }
// this.beforeUpload(this.audioItem); // this.beforeUpload(this.audioItem);
this.changeDetectorRef.markForCheck();
this.changeDetectorRef.detectChanges();
this.refresh();
} }
ngOnInit() { ngOnInit() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment