|
|
@@ -49,10 +49,10 @@
|
|
|
<button class="mm_btn mb_10" :class="{ active: activeBtn === pathTwo }"
|
|
|
@click="toPage(pathTwo)">举一反三</button>
|
|
|
|
|
|
- <button class="mm_btn " :class="{ active: activeBtn === pathThree }"
|
|
|
+ <button class="mm_btn mb_10" :class="{ active: activeBtn === pathThree }"
|
|
|
@click="toPage(pathThree)">个人画像</button>
|
|
|
</template>
|
|
|
- <button class="mm_btn" v-if="showOneStudOneCase"
|
|
|
+ <button class="mm_btn mb_10" v-if="showOneStudOneCase"
|
|
|
:class="{ active: activeBtn === pathFourth }"
|
|
|
@click="toPage(pathFourth)">一生一案</button>
|
|
|
<button class="mm_btn" :class="{ active: activeBtn === pathFive }"
|