JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_fix: bug

This commit is contained in:
杨航
2025-12-19 08:50:14 +08:00
parent 77e53dad4f
commit 49226ff9db
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -480,6 +480,14 @@ const goBack = () => {
}
}
const overTalking = () => {
if (!execId.value) {
common.show('提示', '网络连接失败,请重新加载', false).then(res => {
if (res) {
common.redirectTo('/pages/sparring/tip?traId=' + traId.value + '&chaId=' + chaId.value + '&type=' + talkingType.value + '&isPreview=' + (isPreview.value ? '1' : ''))
}
})
return
}
common.show('提示', '确定结束陪练吗?').then(res => {
if (res) {
overNow()