JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_fix: bug
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user