Explorar o código

个人画像-正式环境隐藏个人画像

吴朋磊 hai 2 meses
pai
achega
1a4c6c02db
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/analysisReport/studentPage/mainPage.vue

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

@@ -36,7 +36,7 @@
 
                                 <button v-if="isShowKnowledgeButtons" class="mm_btn mb_10" :class="{ active: activeBtn === pathTwo }"
                                     @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>
                             </div>