From 76047e43711de9d3ed9605e964c197183a47ea6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E8=88=AA?= Date: Fri, 16 Jan 2026 15:17:22 +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=EF=BC=9A=E8=AF=BE=E7=A8=8B=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E4=B8=8D=E6=98=BE=E7=A4=BA=E6=88=91=E7=9A=84?= =?UTF-8?q?=E7=AD=94=E6=A1=88=E9=97=AE=E9=A2=98=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development.yh | 2 +- src/components/examination/subject.vue | 12 ++++++------ src/pages/courseRecord/components/talkingItem.vue | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.env.development.yh b/.env.development.yh index 33d4540f..e1481a80 100644 --- a/.env.development.yh +++ b/.env.development.yh @@ -7,7 +7,7 @@ ENV = 'development.yh' # 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_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_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_TRAAPP = 'http://25.64.32.154:9601' # VITE_APP_BASE_H5_API_Url_TRAAPP = 'http://25.64.32.158:9601' diff --git a/src/components/examination/subject.vue b/src/components/examination/subject.vue index 76551787..2f6ff7e7 100644 --- a/src/components/examination/subject.vue +++ b/src/components/examination/subject.vue @@ -2,7 +2,7 @@ - {{ subject_type_text }} + {{ subject_type_text }} {{ item.tgtGrade }}分 @@ -76,7 +76,7 @@ class="option_div_button" v-if=" qnsTyp === 'MU' && - ['practice', 'study', 'study_answer', 'pk_in', 'mistake_in'].includes(props.mode) && + ['practice', 'study', 'study_answer', 'study_record', 'pk_in', 'mistake_in'].includes(props.mode) && !props.isPreview && clearResult " @@ -97,7 +97,7 @@ class="analysis_div" v-if=" !clearResult && - ['study', 'study_answer', 'mistake', 'settlement', 'practice', 'mistake_in', 'practice_record', 'pk_in'].includes(props.mode) + ['study', 'study_answer', 'study_record', 'mistake', 'settlement', 'practice', 'mistake_in', 'practice_record', 'pk_in'].includes(props.mode) " > @@ -172,7 +172,7 @@ // 学习: study // 考试结算页 settlement // 练习记录页 practice_record, 'practice_record' - return ['examination', 'practice', 'mistake', 'mistake_in', 'study', 'study_answer', 'settlement', 'practice_record', 'pk_in'].includes( + return ['examination', 'practice', 'mistake', 'mistake_in', 'study', 'study_answer', 'study_record', 'settlement', 'practice_record', 'pk_in'].includes( value ); } @@ -319,7 +319,7 @@ if (item_answer.value.includes(analysisVo.itemId)) { item_answer.value = item_answer.value.filter((id) => id !== analysisVo.itemId); modelValue.value = item_answer.value; - if (!['study','study_answer'].includes(props.mode)) { + if (!['study','study_answer', 'study_record'].includes(props.mode)) { muCheckbox('choose'); } } else if (props.item.qnsTyp === 'SN') { @@ -333,7 +333,7 @@ // 多选直接插入 item_answer.value.push(analysisVo.itemId); modelValue.value = item_answer.value; - if (!['study','study_answer'].includes(props.mode)) { + if (!['study','study_answer', 'study_record'].includes(props.mode)) { muCheckbox('choose'); } } else if (props.item.qnsTyp === 'JD') { diff --git a/src/pages/courseRecord/components/talkingItem.vue b/src/pages/courseRecord/components/talkingItem.vue index 319016f6..fa685326 100644 --- a/src/pages/courseRecord/components/talkingItem.vue +++ b/src/pages/courseRecord/components/talkingItem.vue @@ -257,7 +257,7 @@ }) return _sum }) - const mode = ref('study') // 考试 examination 练习practice 学习study + const mode = ref('study_record') // 考试 examination 练习practice 学习study const showWithdraw = computed(() => { let _isMe = unref(lastQuestionInfo).qstLogId === unref(dataInfo).qstLogId