|
@@ -39,9 +39,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 || schoolId == '612303421822734400' || isShowKnowledgeButtons" class="mm_btn mb_10"
|
|
|
|
|
|
|
+ <!-- <button v-if="!isTotalScore || schoolId == '612303421822734400' || isShowKnowledgeButtons" class="mm_btn mb_10"
|
|
|
:class="{ active: activeBtn === pathThree }"
|
|
:class="{ active: activeBtn === pathThree }"
|
|
|
- @click="toPage(pathThree)">个人画像</button>
|
|
|
|
|
|
|
+ @click="toPage(pathThree)">个人画像</button> -->
|
|
|
<button class="mm_btn" v-if="showOneStudOneCase" :class="{ active: activeBtn === pathFourth }"
|
|
<button class="mm_btn" v-if="showOneStudOneCase" :class="{ active: activeBtn === pathFourth }"
|
|
|
@click="toPage(pathFourth)">一生一案</button>
|
|
@click="toPage(pathFourth)">一生一案</button>
|
|
|
</div>
|
|
</div>
|