修改bug

This commit is contained in:
liuxi 2025-02-27 19:26:33 +08:00
parent a76b2d36ac
commit 5b767fe61e

View File

@ -600,6 +600,7 @@ export default {
// }
// })
},
// 退
async handleBack() {
try {
if(this.timerInterval) { //
@ -760,8 +761,8 @@ export default {
this.startTimer()
}
} catch (err) {
this.$message.error('呼叫失败,' + err.msg)
console.log('呼叫失败',err.msg)
this.$message.error('呼叫失败,' + err.message)
console.log('呼叫失败',err.message)
this.calling = false
this.callingFail()
//