From 86dc8bbe786307211060212d340d1f634064d6f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E8=88=AA?= Date: Tue, 9 Dec 2025 09:19:10 +0800 Subject: [PATCH] fix: bug --- .env.development.yh | 6 +++--- src/pages/sparring/tip.vue | 36 ++++++++++++++++++++++++------------ 2 files changed, 27 insertions(+), 15 deletions(-) diff --git a/.env.development.yh b/.env.development.yh index ef3a38f8..2b8b529b 100644 --- a/.env.development.yh +++ b/.env.development.yh @@ -2,13 +2,13 @@ ENV = 'development.yh' # 'development.yh' -# VITE_APP_BASE_H5_API_Url = 'http://25.18.122.65:7001' +VITE_APP_BASE_H5_API_Url = 'http://25.18.122.65:7001' # VITE_APP_BASE_H5_API_Url = 'http://25.18.122.91:9786' -VITE_APP_BASE_H5_API_Url = 'http://25.18.122.78:9786' +# VITE_APP_BASE_H5_API_Url = 'http://25.18.122.78:9786' # VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7002' # VITE_APP_BASE_H5_API_Url_TRAEXAM = 'http://25.64.32.154:9604' -VITE_APP_BASE_H5_API_Url_TRAPRACTICE = 'http://25.64.32.156:9603' +# 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' diff --git a/src/pages/sparring/tip.vue b/src/pages/sparring/tip.vue index 46d649c7..8eb377f0 100644 --- a/src/pages/sparring/tip.vue +++ b/src/pages/sparring/tip.vue @@ -69,7 +69,12 @@ {{ detailInfo.sceneDesc }} - + + + -请点击下方按钮开始{{ detailInfo.traInterTypDesc }} + + + { - overNow(() => { - reconcatNum.value += 1; - common.redirectTo(`/pages/index/dialog`); - }); - }) - .finally(() => { - showModelComfirm.value = false; - }); + reconcatNum.value += 1; + // common + // .show('提示信息', '网络环境不稳定,请重试!', false, '', '确认') + // .then((res) => { + // overNow(() => { + // reconcatNum.value += 1; + // common.redirectTo(`/pages/index/dialog`); + // }); + // }) + // .finally(() => { + // showModelComfirm.value = false; + // }); }); unref(SocketObj).on('message', (res) => { const { rtnCode, body, commond } = JSON.parse(res.data); @@ -874,6 +881,11 @@ .talking-box { padding-top: 24rpx; + .tip-text{ + color: #7295cb; + text-align: center; + font-size: 29rpx; + } } }