类型:开发
描述:
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
<countup class="value" :end-val="item.value" />
|
||||
<span class="suffix">人</span>
|
||||
</span>
|
||||
<span v-else class="statistic-value">{{ item.value }}</span>
|
||||
<span v-else class="statistic-value">暂无</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex rela">
|
||||
@@ -70,7 +70,7 @@
|
||||
|
||||
<div class="ticket-box">
|
||||
<Title2 @changClick="CheckClick" title="景区购票" />
|
||||
|
||||
|
||||
<!-- <div class="select-box">
|
||||
<Select
|
||||
v-model="optVal"
|
||||
@@ -150,7 +150,7 @@
|
||||
const countList = ref([])
|
||||
const CheckClick = (index)=>{
|
||||
if(index==0) countList.value = homeStore.scenicData.data;
|
||||
if(index==1) countList.value = homeStore.trainData.data;
|
||||
if(index==1) countList.value = homeStore.trainData.data;
|
||||
}
|
||||
// 今日景区承载量
|
||||
const scenicBearList = computed(() => {
|
||||
|
||||
Reference in New Issue
Block a user