perf: 按录音时停止正在播放的

This commit is contained in:
kuaifan 2022-07-17 11:44:02 +08:00
parent bfd2917043
commit d38032bb2b

View File

@ -749,6 +749,7 @@ export default {
startRecord() {
if (this.sendClass === 'recorder') {
Store.set('audioSubscribe', true);
this.recordDuration = 0;
this.recordState = "ready";
this.$nextTick(_ => {