@@ -20,7 +20,7 @@
</div>
</ul>
<div class="count-bottom">
- <div v-show="num == 1">
+ <div v-if="num == 1">
<ev-rate-title :tab="1" :rate="tindoorFillRate"></ev-rate-title>
<div class="count-bottom-switch">
<span class="switchSpan">只显示不满足的点位</span>
@@ -67,6 +67,7 @@ export default {
},
mounted() {
this.initExpand()
+ this.$nextTick(() => this.doSelect())
methods: {
initExpand() {