|
|
@@ -36,8 +36,8 @@
|
|
|
<div class="left">
|
|
|
<button class="mm_btn mb_10" :class="{ active: activeBtn === pathOne }"
|
|
|
@click="toPage(pathOne)">成绩分析</button>
|
|
|
-
|
|
|
- <button v-if="isShowKnowledgeButtons" class="mm_btn mb_10"
|
|
|
+ <!-- v-if="isShowKnowledgeButtons" -->
|
|
|
+ <button class="mm_btn mb_10"
|
|
|
:class="{ active: activeBtn === pathTwo }" @click="toPage(pathTwo)">举一反三</button>
|
|
|
<button v-if="!isTotalScore" class="mm_btn mb_10"
|
|
|
:class="{ active: activeBtn === pathThree }"
|