|
@@ -1,7 +1,7 @@
|
|
<template>
|
|
<template>
|
|
<div class="">
|
|
<div class="">
|
|
<!-- <Navbar :title="`${menuName ?? ''}精品旅游`" /> -->
|
|
<!-- <Navbar :title="`${menuName ?? ''}精品旅游`" /> -->
|
|
- <div v-if="filterList.length" class="sticky top-0 z-50 bg-white w-full">
|
|
|
|
|
|
+ <div v-if="filterList.length" class="sticky top-60 z-50 bg-white w-full border-t">
|
|
<van-dropdown-menu active-color="#FF9300" ref="dropDownMenuRef">
|
|
<van-dropdown-menu active-color="#FF9300" ref="dropDownMenuRef">
|
|
<van-dropdown-item @closed="onAreaFilterClose" :title="areaFilterTitle" ref="itemRef">
|
|
<van-dropdown-item @closed="onAreaFilterClose" :title="areaFilterTitle" ref="itemRef">
|
|
<van-tree-select @click-nav="handleAreaClick" @click-item="handleFilterClick" v-model:active-id="activeId"
|
|
<van-tree-select @click-nav="handleAreaClick" @click-item="handleFilterClick" v-model:active-id="activeId"
|
|
@@ -36,9 +36,6 @@
|
|
<div class="flex items-center mr-10">
|
|
<div class="flex items-center mr-10">
|
|
<van-icon name="good-job-o" class="mr-5" />{{ transferCount(itemData.likeCount) }}
|
|
<van-icon name="good-job-o" class="mr-5" />{{ transferCount(itemData.likeCount) }}
|
|
</div>
|
|
</div>
|
|
- <!-- <div class="flex items-center mr-10">
|
|
|
|
- <van-icon name="like-o" class="mr-5" />{{ itemData.hotValue }}
|
|
|
|
- </div> -->
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="w-full h-10 absolute top-[100%] left-0 flex items-center justify-between">
|
|
<div class="w-full h-10 absolute top-[100%] left-0 flex items-center justify-between">
|