소스 검색

修改title

zhangyujun 3 년 전
부모
커밋
be4299fdad
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/views/collection/components/list.vue

+ 2 - 0
src/views/collection/components/list.vue

@@ -147,6 +147,7 @@ const goExercise = (item: any) => {
 				query: {
 					...query,
 					questionId: item.id,
+					title:"错题"
 				},
 			});
 			break;
@@ -156,6 +157,7 @@ const goExercise = (item: any) => {
 				query: {
 					...query,
 					questionId: item.id,
+					title:"收藏"
 				},
 			});
 			break;