From 49226ff9dbde23888dbe986ff592ed08292efe95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E8=88=AA?= Date: Fri, 19 Dec 2025 08:50:14 +0800 Subject: [PATCH] =?UTF-8?q?JLBA202505130001=5F=E5=85=B3=E4=BA=8E=E5=90=89?= =?UTF-8?q?=E6=9E=97=E9=93=B6=E8=A1=8C=E6=96=B0=E5=BB=BAAI=E6=99=BA?= =?UTF-8?q?=E8=83=BD=E5=9F=B9=E8=AE=AD=E7=B3=BB=E7=BB=9F=E7=9A=84=E9=9C=80?= =?UTF-8?q?=E6=B1=82=5Ffix:=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development.yh | 2 +- src/pages/sparring/tip.vue | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.env.development.yh b/.env.development.yh index be042c33..95d4857d 100644 --- a/.env.development.yh +++ b/.env.development.yh @@ -11,5 +11,5 @@ VITE_APP_BASE_H5_API_Url = 'http://25.18.122.78:9786' # VITE_APP_BASE_H5_API_Url_TRAPRACTICE = 'http://25.64.32.156:9603' # VITE_APP_BASE_H5_API_Url_TRAAPP = 'http://25.64.32.154:9601' # VITE_APP_BASE_H5_API_Url_TRAAPP = 'http://25.64.32.158:9601' -VITE_APP_BASE_H5_API_Url_TRASTUDY = 'http://25.64.32.154:9602' +# VITE_APP_BASE_H5_API_Url_TRASTUDY = 'http://25.64.32.154:9602' diff --git a/src/pages/sparring/tip.vue b/src/pages/sparring/tip.vue index df2c954a..38c5191a 100644 --- a/src/pages/sparring/tip.vue +++ b/src/pages/sparring/tip.vue @@ -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()