feat: mj for mobile page payout is ready

This commit is contained in:
RockYang
2024-01-30 18:34:01 +08:00
parent 9446bf5f98
commit 8f4d94f046
5 changed files with 230 additions and 84 deletions

View File

@@ -446,6 +446,8 @@ recognition.onresult = function (event) {
};
recognition.onerror = function (event) {
showMic.value = false
recognition.stop()
showNotify({type: 'danger', message: '语音识别错误:' + event.error})
};