|
@@ -52,6 +52,7 @@ const examingHomeModule = {
|
|
state = Object.assign(state, { examResult: payload });
|
|
state = Object.assign(state, { examResult: payload });
|
|
},
|
|
},
|
|
updateQuestionFilter(state, type) {
|
|
updateQuestionFilter(state, type) {
|
|
|
|
+ window._hmt.push(["_trackEvent", "正在考试页面", "筛选问题"]);
|
|
state.questionFilterType = type;
|
|
state.questionFilterType = type;
|
|
},
|
|
},
|
|
updateQuestionAudioPlayTimes(state, payload) {
|
|
updateQuestionAudioPlayTimes(state, payload) {
|