Commit b7cf2836 authored by liujiaxin's avatar liujiaxin

feat: add audio record

parent 3cbefb9e
...@@ -214,8 +214,12 @@ export class AudioRecorderComponent implements OnInit, OnChanges, OnDestroy { ...@@ -214,8 +214,12 @@ export class AudioRecorderComponent implements OnInit, OnChanges, OnDestroy {
console.error(error); console.error(error);
this.isUploading = false; this.isUploading = false;
}); });
}); });
} }
this.changeDetectorRef.markForCheck();
this.changeDetectorRef.detectChanges();
this.refresh();
} }
// 切换模式 // 切换模式
......
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