From eea33dd60424dbcf11eec86fd5f63579a241c22d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B0=E5=B2=A9?= Date: Mon, 22 Sep 2025 15:49:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=BE=E7=A8=8B=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E5=92=8C=E8=80=83=E8=AF=95=E8=AE=B0=E5=BD=95=EF=BC=8C?= =?UTF-8?q?=E5=88=B7=E6=96=B0=E5=90=8E=EF=BC=8C=E5=B7=B2=E7=BB=8F=E6=89=93?= =?UTF-8?q?=E5=BC=80=E7=9A=84=E8=AE=B0=E5=BD=95=E5=88=97=E8=A1=A8=E7=9A=84?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=E4=B8=8D=E5=A4=8D=E5=8E=9F=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- src/components/examination/question.vue | 3 +-- src/pages/courseRecord/components/studyRecordList.vue | 3 +++ src/pages/courseRecord/useItemList.js | 1 + 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.env.development b/.env.development index 583a07ea..7d10ff90 100644 --- a/.env.development +++ b/.env.development @@ -18,7 +18,7 @@ VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7002' # h5专用地址x2 # VITE_APP_BASE_H5_API_Url = 'http://25.18.122.65:7001' -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_H5_API_Url_TRAASK = 'http://25.64.16.144:9605' diff --git a/src/components/examination/question.vue b/src/components/examination/question.vue index c91821bc..14332801 100644 --- a/src/components/examination/question.vue +++ b/src/components/examination/question.vue @@ -219,8 +219,7 @@ innerAudio.setAudioSrc(res.tempFilePath); }); } else if (newVal === undefined) { - - // innerAudio.stopAudio(); + innerAudio.stopAudio(); } else { voiceTime.value = ''; innerAudio.setAudioSrc(newVal); diff --git a/src/pages/courseRecord/components/studyRecordList.vue b/src/pages/courseRecord/components/studyRecordList.vue index 68427c58..67a037c0 100644 --- a/src/pages/courseRecord/components/studyRecordList.vue +++ b/src/pages/courseRecord/components/studyRecordList.vue @@ -29,9 +29,12 @@ } }); }; + + // 自定义下拉刷新下拉结束 const refresherTouchend = () => { clearAll(); }; + const props = defineProps<{ tabIndex: number; currentIndex: number; diff --git a/src/pages/courseRecord/useItemList.js b/src/pages/courseRecord/useItemList.js index cde18d40..2ff3c9b1 100644 --- a/src/pages/courseRecord/useItemList.js +++ b/src/pages/courseRecord/useItemList.js @@ -98,6 +98,7 @@ export function useItemList(fetchFunction, item) { const clear = () => { total.value = -1 data_list.length = 0 + show_list_state.value = false } return { status,