|
@@ -36,7 +36,7 @@
|
|
|
|
|
|
|
|
<button v-if="isShowKnowledgeButtons" class="mm_btn mb_10" :class="{ active: activeBtn === pathTwo }"
|
|
<button v-if="isShowKnowledgeButtons" class="mm_btn mb_10" :class="{ active: activeBtn === pathTwo }"
|
|
|
@click="toPage(pathTwo)">个性化错题</button>
|
|
@click="toPage(pathTwo)">个性化错题</button>
|
|
|
- <button class="mm_btn mb_10" :class="{ active: activeBtn === pathThree }"
|
|
|
|
|
|
|
+ <button v-if="isTotalScore" class="mm_btn mb_10" :class="{ active: activeBtn === pathThree }"
|
|
|
@click="toPage(pathThree)">个人画像</button>
|
|
@click="toPage(pathThree)">个人画像</button>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|