类型:开发
描述:
This commit is contained in:
@@ -86,7 +86,6 @@
|
||||
<div class="mt-8">
|
||||
<age :list="homeStore.userPortraitData?.ageRate" />
|
||||
</div>
|
||||
<div class="count">总人数:<countup :end-val="ageRateTotal" /></div>
|
||||
<div
|
||||
class="cell pt-20"
|
||||
v-for="(item, index) in homeStore?.userPortraitData.genderRate"
|
||||
@@ -117,9 +116,6 @@
|
||||
|
||||
<div class="box-1">
|
||||
<Title3 title="购票渠道" />
|
||||
<div v-if="channelTotal > 0" class="count">
|
||||
游客总数:<countup :end-val="channelTotal" />
|
||||
</div>
|
||||
<TicketSource :list="homeStore.userPortraitData.channel" :width="230" :height="230" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -170,6 +170,7 @@
|
||||
watch(
|
||||
() => [map.value, homeStore.carShipData],
|
||||
() => {
|
||||
return;
|
||||
if (map.value && homeStore.carShipData) {
|
||||
// clearOverlays()
|
||||
markers.forEach((item) => {
|
||||
|
||||
Reference in New Issue
Block a user