|
@@ -38,9 +38,9 @@
|
|
|
|
|
|
|
|
<button v-if="isShowKnowledgeButtons" class="mm_btn mb_10"
|
|
<button v-if="isShowKnowledgeButtons" class="mm_btn mb_10"
|
|
|
:class="{ active: activeBtn === pathTwo }" @click="toPage(pathTwo)">举一反三</button>
|
|
:class="{ active: activeBtn === pathTwo }" @click="toPage(pathTwo)">举一反三</button>
|
|
|
- <button v-if="!isTotalScore" class="mm_btn mb_10"
|
|
|
|
|
|
|
+ <!-- <button v-if="!isTotalScore" class="mm_btn mb_10"
|
|
|
:class="{ active: activeBtn === pathThree }"
|
|
:class="{ active: activeBtn === pathThree }"
|
|
|
- @click="toPage(pathThree)">个人画像</button>
|
|
|
|
|
|
|
+ @click="toPage(pathThree)">个人画像</button> -->
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div class="right">
|
|
<div class="right">
|