diff --git a/apps/admin/src/views/results/results-detail/index.vue b/apps/admin/src/views/results/results-detail/index.vue index cbe721c..a735313 100644 --- a/apps/admin/src/views/results/results-detail/index.vue +++ b/apps/admin/src/views/results/results-detail/index.vue @@ -33,7 +33,6 @@ const questionInfo = ref() // 题目详 const currentQuestionDetailID = ref('') // 当前选中的题目详情 ID const nowTs = ref(Date.now()) - // 判断当前activityId是正在比赛的活动 const isActiveActivityId = computed(() => { if (!currentQuestion.value)