电话咨询

This commit is contained in:
duoaohui
2026-06-04 12:26:22 +08:00
parent 3b51aba8ec
commit 46afcfe350

View File

@@ -793,7 +793,7 @@ const leaveAndExit = (tip) => {
uni.showToast({ title: tip, icon: 'none', duration: 1200 })
}
// 留一点时间让提示可见,再退出视频界面
setTimeout(redirectHome, tip ? 600 : 200)
setTimeout(redirectHome, tip ? 600 : 800)
}
let meetingExited = false