diff --git a/.env.development b/.env.development index d84f7c64..57cec9ff 100644 --- a/.env.development +++ b/.env.development @@ -28,8 +28,8 @@ VITE_APP_BASE_H5_API_Url = 'https://aitstest.jlbank.com.cn:7001' # VITE_APP_BASE_H5_API_Url_TRAAPP = 'http://25.64.16.130:9601' -# VITE_APP_BASE_H5_API_Url_TRASTUDY = 'http://25.64.16.130:9602' -# VITE_APP_BASE_H5_API_Url_TRAASK = 'http://25.64.16.144:9605' +VITE_APP_BASE_H5_API_Url_TRASTUDY = 'http://25.64.16.130:9602' +VITE_APP_BASE_H5_API_Url_TRAASK = 'http://25.64.16.144:9605' # 王洋洋 diff --git a/src/api/examination.js b/src/api/examination.js index a137006c..80ea4662 100644 --- a/src/api/examination.js +++ b/src/api/examination.js @@ -63,5 +63,13 @@ export const queryCrsExamScore = (data) => { }; - +// 试卷考试 排行榜 +export const queryCrsExamScore = (data) => { + return request({ + url: base_url + '/traExamPapers/queryPaperExamRankingList', + method: 'post', + toastErrors: true, + data + }); +}; \ No newline at end of file diff --git a/src/pages/course/components/talkingItem.vue b/src/pages/course/components/talkingItem.vue index 8d2d6174..a9ce0a84 100644 --- a/src/pages/course/components/talkingItem.vue +++ b/src/pages/course/components/talkingItem.vue @@ -64,8 +64,8 @@ 参考答案:{{ dataInfo.itemAnswer }} - - 举例:{{ dataInfo.knoExampie }} + + 举例:{{ dataInfo.exampie }} diff --git a/src/pages/courseRecord/components/talkingItem.vue b/src/pages/courseRecord/components/talkingItem.vue index 4acf4f76..ab63f4f2 100644 --- a/src/pages/courseRecord/components/talkingItem.vue +++ b/src/pages/courseRecord/components/talkingItem.vue @@ -57,8 +57,8 @@ 参考答案:{{ dataInfo.itemAnswer }} - - 举例:{{ dataInfo.knoExampie }} + + 举例:{{ dataInfo.exampie }} diff --git a/src/pages/courseRecord/courseStudyRecordDetail.vue b/src/pages/courseRecord/courseStudyRecordDetail.vue index dd06b0c9..148f9a9a 100644 --- a/src/pages/courseRecord/courseStudyRecordDetail.vue +++ b/src/pages/courseRecord/courseStudyRecordDetail.vue @@ -5,7 +5,7 @@ - 课程学习记录 + {{ recordTitle }} @@ -40,9 +40,10 @@ const activeVoiceTalkingItemId = ref('') const chooseRate = ref('1.0') - + const recordTitle = ref('') onLoad((params) => { stdyId.value = params.stdyId + recordTitle.value = params.crsName || '课程学习记录' getRecordInfo() }) const talkingRecord = ref([]) diff --git a/src/pages/examRanking/index.vue b/src/pages/examRanking/index.vue index 2f6c4f25..ba862db8 100644 --- a/src/pages/examRanking/index.vue +++ b/src/pages/examRanking/index.vue @@ -4,7 +4,7 @@ - + @@ -28,7 +28,7 @@ - + {{item.userName}} {{item.orgName}} @@ -47,7 +47,7 @@ - + {{userRankObj.userName}} {{userRankObj.orgName}} @@ -61,27 +61,45 @@