feat:对接景区接口
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
v-for="(item, index) in homeStore.scenicBearData.info"
|
||||
:key="index"
|
||||
>
|
||||
<gauge :value="item.value" />
|
||||
<gauge :value="parseFloat(item.value)" />
|
||||
<span class="statistic-title">{{ item.name }}</span>
|
||||
</div>
|
||||
</div>
|
||||
@@ -131,10 +131,10 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import top from './top.vue'
|
||||
import age from './age.vue'
|
||||
import gauge from './gauge.vue'
|
||||
import ticket from './ticket.vue'
|
||||
import top from './top'
|
||||
import age from './age'
|
||||
import gauge from './gauge'
|
||||
import ticket from './ticket'
|
||||
import countup from 'vue-countup-v3'
|
||||
import { useHomeStore } from '@/stores/home'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user