shmily1213 1 mesiac pred
rodič
commit
98003b18f8

+ 8 - 0
src/api/modules/study.ts

@@ -99,6 +99,14 @@ export function commitExamineePaper(params: ExamPaperSubmit) {
   return flyio.post('/front/exam/commitExamineePaper', params) as Promise<ApiResponse<any>>;
 }
 
+/**
+ * 获取试卷结果
+ */
+export function getExamineeResult(examineeId: number) {
+  return flyio.get('/front/exam/loadExaminee', { params: { examineeId } }) as Promise<ApiResponse<any>>;
+}
+
+
 /**
  * 获取模拟考试信息
  * @param params 

+ 2 - 2
src/pagesMain/pages/me/components/me-menu.vue

@@ -22,7 +22,7 @@
           </template>
 
         </uv-cell>
-        <uv-cell isLink :cellStyle="cellStyle"
+        <!-- <uv-cell isLink :cellStyle="cellStyle"
           @click="handleNavigate('/pagesOther/pages/personal-center/change-pwd/change-pwd', '修改密码')">
           <template #title>
             <view class="flex items-center gap-x-10">
@@ -30,7 +30,7 @@
               <text class="text-30 text-fore-subtitle">修改密码</text>
             </view>
           </template>
-        </uv-cell>
+        </uv-cell> -->
         <uv-cell isLink :cellStyle="cellStyle" @click="handleQuestion">
           <template #title>
             <view class="flex items-center gap-x-10">