mirror of
https://github.com/kuaifan/dootask.git
synced 2026-03-19 04:03:38 +00:00
perf: 按录音时停止正在播放的
This commit is contained in:
parent
bfd2917043
commit
d38032bb2b
@ -749,6 +749,7 @@ export default {
|
|||||||
|
|
||||||
startRecord() {
|
startRecord() {
|
||||||
if (this.sendClass === 'recorder') {
|
if (this.sendClass === 'recorder') {
|
||||||
|
Store.set('audioSubscribe', true);
|
||||||
this.recordDuration = 0;
|
this.recordDuration = 0;
|
||||||
this.recordState = "ready";
|
this.recordState = "ready";
|
||||||
this.$nextTick(_ => {
|
this.$nextTick(_ => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user