diff --git a/.env.development b/.env.development
index 1c623adf..18be6449 100644
--- a/.env.development
+++ b/.env.development
@@ -36,4 +36,5 @@ VITE_APP_BASE_H5_API_Url = 'http://25.18.122.65:7001'
# VITE_APP_BASE_H5_API_Url_TRAEXAM = 'http://25.64.16.140:9604'
# 于嘉文
# VITE_APP_BASE_H5_API_Url_TRAEXAM = 'http://25.64.16.143:9604'
-
+# 孙宇
+VITE_APP_BASE_H5_API_Url_TRAEXAM = 'http://25.64.16.139:9604'
diff --git a/src/components/examination/subject.vue b/src/components/examination/subject.vue
index 8dfb45ba..1a1d1610 100644
--- a/src/components/examination/subject.vue
+++ b/src/components/examination/subject.vue
@@ -119,8 +119,6 @@
// result.anserResult
let answerText = props.item?.my_answer || props.item.anserResult || [];
-
- console.log('answerText', props.item.anserResult);
// item_answer 是答题结果,可以是对象 数组 字符串类型
const item_answer = ref(typeof answerText === 'string' ? answerText.split(',') : answerText);
const feedback_click = () => {
diff --git a/src/pages/courseRecord/components/esQuestion.vue b/src/pages/courseRecord/components/esQuestion.vue
new file mode 100644
index 00000000..f6e7b111
--- /dev/null
+++ b/src/pages/courseRecord/components/esQuestion.vue
@@ -0,0 +1,368 @@
+
+
+ 问答题
+
+ {{ dataInfo.qnsContent }}
+
+ 你的答案:
+
+
+
+
+
+ 正确答案:{{ dataInfo.itemAnswer }}
+
+ 题目解析:{{ dataInfo?.analyContent }}
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/courseRecord/components/esQuestionAnswer.vue b/src/pages/courseRecord/components/esQuestionAnswer.vue
new file mode 100644
index 00000000..86770318
--- /dev/null
+++ b/src/pages/courseRecord/components/esQuestionAnswer.vue
@@ -0,0 +1,333 @@
+
+
+
+
+
+ {{ voiceTime }}
+
+
+ {{ showContent }}
+
+
+
+
+
+
+
+
+
+ 文
+
+
+
+
+
+
+ {{ showContent }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/courseRecord/components/talkingItem.vue b/src/pages/courseRecord/components/talkingItem.vue
new file mode 100644
index 00000000..4acf4f76
--- /dev/null
+++ b/src/pages/courseRecord/components/talkingItem.vue
@@ -0,0 +1,862 @@
+
+
+
+
+
+
+
+
+
+
+
+ {{dataInfo.titleNum||''}}
+
+ {{ showContent }}
+
+
+
+ {{ showContent }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 参考答案:{{ dataInfo.itemAnswer }}
+
+
+
+ 举例:{{ dataInfo.knoExampie }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ showContent }}
+
+
+
+
+
+
+
+ {{voiceTime}}
+
+
+ {{ showContent }}
+
+
+
+
+
+
+
+
+ 文
+ 完成
+ 撤回
+
+
+
+
+
+
+
+
+ {{ showContent }}
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/courseRecord/courseStudyRecordDetail.vue b/src/pages/courseRecord/courseStudyRecordDetail.vue
index 02409e35..dd06b0c9 100644
--- a/src/pages/courseRecord/courseStudyRecordDetail.vue
+++ b/src/pages/courseRecord/courseStudyRecordDetail.vue
@@ -1,8 +1,173 @@
+
+
+
+
+
+
+ 课程学习记录
+
+
+
+
+
+
-
-
\ No newline at end of file