feat:完善功能
This commit is contained in:
@@ -112,7 +112,7 @@
|
||||
|
||||
<div class="box-1">
|
||||
<Title3 title="客源地TOP5" />
|
||||
<top />
|
||||
<RegionTop :list="homeStore.userPortraitData.provinceRate" :width="230" :height="260" />
|
||||
</div>
|
||||
|
||||
<div class="box-1">
|
||||
@@ -120,17 +120,15 @@
|
||||
<div v-if="channelTotal > 0" class="count">
|
||||
游客总数:<countup :end-val="channelTotal" />
|
||||
</div>
|
||||
<ticket />
|
||||
<TicketSource :list="homeStore.userPortraitData.channel" :width="230" :height="230" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
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