diff --git a/src/api/api.js b/src/api/api.js index 8697c21..8278949 100644 --- a/src/api/api.js +++ b/src/api/api.js @@ -2,7 +2,7 @@ * @Author: lixg lixg@dongwu-inc.com * @Date: 2023-01-13 11:42:48 * @LastEditors: lixg lixg@dongwu-inc.com - * @LastEditTime: 2023-02-19 12:16:32 + * @LastEditTime: 2023-02-19 18:05:07 * @FilePath: /stu_h5/src/api/api.js * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE */ @@ -47,7 +47,7 @@ export const DISCUSS_LIKE = '/discussSubmit/clickDiscussLikeCountOr post' export const DISCUSS_LIST = '/discussSubmit/taskList' export const DISCUSS_DETAIL = '/discussSubmit/detail' export const DISCUSS_SUBMIT_REVIEW_LIST = '/discussSubmit/queryDiscussSubmitAndReview' -export const VOTE_DETAIL2 = `/voteSubmit/queryVoteTaskDetailById post` +export const VOTE_DETAIL2 = `/vote/queryVoteById` // 投票详情接口 export const VOTE_DETAIL_SUBMIT = `/voteSubmit/vote/commit post` diff --git a/src/views/ballotpage/BallotPage.vue b/src/views/ballotpage/BallotPage.vue index ff338d8..c0f68e9 100644 --- a/src/views/ballotpage/BallotPage.vue +++ b/src/views/ballotpage/BallotPage.vue @@ -89,7 +89,7 @@
@@ -188,11 +188,11 @@ const { } = useRoute(); const userInfo = computed(() => store.state.userInfo); const { data } = useRequest(VOTE_DETAIL2, { - chapterOrStageId: chapterOrStageId ? chapterOrStageId : 0, - courseId: courseId, - studentId: userInfo.value.id, - targetId: infoId, - type: btype, + // chapterOrStageId: chapterOrStageId ? chapterOrStageId : 0, + voteId: courseId, + // studentId: userInfo.value.id, + // targetId: infoId, + // type: btype, }); console.log("投票基本信息", data); //投票倒计时 diff --git a/src/views/examination/ExternalExam.vue b/src/views/examination/ExternalExam.vue index 05e38c5..eba238e 100644 --- a/src/views/examination/ExternalExam.vue +++ b/src/views/examination/ExternalExam.vue @@ -2,7 +2,7 @@ * @Author: lixg lixg@dongwu-inc.com * @Date: 2023-02-06 18:26:23 * @LastEditors: lixg lixg@dongwu-inc.com - * @LastEditTime: 2023-02-19 12:03:20 + * @LastEditTime: 2023-02-19 18:16:49 * @FilePath: /stu_h5/src/views/examination/ExternalExam.vue * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE --> @@ -12,7 +12,9 @@
-
【考试】{{ state.datainfo?.externalName }}
+
+ 【考试】{{ state.datainfo?.examinationName }} +
数据来源:
diff --git a/src/views/faceteach/FaceTeachSignUp.vue b/src/views/faceteach/FaceTeachSignUp.vue index 0f06d2c..c271542 100644 --- a/src/views/faceteach/FaceTeachSignUp.vue +++ b/src/views/faceteach/FaceTeachSignUp.vue @@ -2,12 +2,12 @@ * @Author: lixg lixg@dongwu-inc.com * @Date: 2023-02-18 17:48:19 * @LastEditors: lixg lixg@dongwu-inc.com - * @LastEditTime: 2023-02-19 10:41:00 + * @LastEditTime: 2023-02-19 17:21:23 * @FilePath: /stu_h5/src/views/faceteach/FaceTeachSignUp.vue * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE -->