浏览代码

修改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: {
 					...query,
 					...query,
 					questionId: item.id,
 					questionId: item.id,
+					title:"错题"
 				},
 				},
 			});
 			});
 			break;
 			break;
@@ -156,6 +157,7 @@ const goExercise = (item: any) => {
 				query: {
 				query: {
 					...query,
 					...query,
 					questionId: item.id,
 					questionId: item.id,
+					title:"收藏"
 				},
 				},
 			});
 			});
 			break;
 			break;