Parcourir la source

个人画像测试环境打开

吴朋磊 il y a 1 mois
Parent
commit
bc9db1c019
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/views/analysisReport/studentPage/mainPage.vue

+ 2 - 2
src/views/analysisReport/studentPage/mainPage.vue

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