zhangyujun 3 vuotta sitten
vanhempi
commit
be4299fdad
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  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;