Browse Source

修改title

zhangyujun 3 years ago
parent
commit
be4299fdad
1 changed files with 2 additions and 0 deletions
  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;