Commit 79b64fc3 authored by 黄奎's avatar 黄奎

页面修改

parent 449c700b
...@@ -493,7 +493,7 @@ ...@@ -493,7 +493,7 @@
GroupList: [], //试卷答题分类 GroupList: [], //试卷答题分类
}, },
//点击问题对象 //点击问题对象
ChooseItem: {}, ChooseItem: null,
questionDifficultyTypeList: [], //难易程度列表 questionDifficultyTypeList: [], //难易程度列表
questionLevalTypeList: [], questionLevalTypeList: [],
questionCategoryList: [], //分类 questionCategoryList: [], //分类
...@@ -821,7 +821,7 @@ ...@@ -821,7 +821,7 @@
}, },
//点击问题 //点击问题
ClickItem(questionItem, index, index2) { ClickItem(questionItem, index, index2) {
this.ChooseItem = {}; this.ChooseItem = null;
this.ComOneIndex = index; this.ComOneIndex = index;
this.ComCheckIndex = index2; this.ComCheckIndex = index2;
this.ChooseItem = questionItem; this.ChooseItem = questionItem;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment