暂时不进行消息提醒
This commit is contained in:
parent
06c66055e9
commit
78f3270dc5
@ -147,6 +147,9 @@ console.log('执行了,dianyidain');
|
||||
} else {
|
||||
// 播放完成,可以在这里添加额外的逻辑
|
||||
console.log('播放完成');
|
||||
//及时释放资源
|
||||
innerAudioContext.stop();
|
||||
innerAudioContext.destroy();
|
||||
}
|
||||
});
|
||||
|
||||
@ -162,7 +165,7 @@ console.log('执行了,dianyidain');
|
||||
this.msgSocket.onMessage(res => {
|
||||
console.log("发出提示音", res);
|
||||
this.getbottom();
|
||||
this.dianyidain()
|
||||
// this.dianyidain()
|
||||
})
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user