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