Merge branch 'main' of https://git.zdool.com/xs/yxdt/h5 into main
This commit is contained in:
commit
fa6ba1fd30
|
@ -24,7 +24,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div id="mapDiv"></div>
|
||||
<van-floating-panel v-model:height="height" :anchors="anchors">
|
||||
<van-floating-panel v-model:height="height" :anchors="anchors" :content-draggable="false">
|
||||
<van-sticky style="background-color: #fff; z-index: 99">
|
||||
<van-search
|
||||
v-model="dropdown.sesh"
|
||||
|
@ -48,7 +48,12 @@
|
|||
/>
|
||||
</van-dropdown-menu>
|
||||
</van-sticky>
|
||||
<div class="card">
|
||||
<van-cell-group
|
||||
class="card"
|
||||
:style="{
|
||||
height: height - 132 + 'px',
|
||||
}"
|
||||
>
|
||||
<div
|
||||
class="cardlist"
|
||||
v-for="(item, index) in dropdown.rmyy"
|
||||
|
@ -59,7 +64,7 @@
|
|||
class="imgse"
|
||||
:src="
|
||||
item.img ||
|
||||
'https://ts4.cn.mm.bing.net/th?id=OIP-C.loXEDwoMcxdPH4Ka75v3qgHaFU&w=294&h=211&c=8&rs=1&qlt=90&o=6&pid=3.1&rm=2'
|
||||
'https://tse2-mm.cn.bing.net/th/id/OIP-C.74NfMybvAFf0IxWZBMN1vgHaFM?w=253&h=180&c=7&r=0&o=5&pid=1.7'
|
||||
"
|
||||
alt=""
|
||||
/>
|
||||
|
@ -96,7 +101,7 @@
|
|||
>
|
||||
没有更多了
|
||||
</van-divider>
|
||||
</div>
|
||||
</van-cell-group>
|
||||
</van-floating-panel>
|
||||
<!-- <van-popup
|
||||
:show="true"
|
||||
|
@ -143,7 +148,7 @@
|
|||
class="imgse"
|
||||
:src="
|
||||
item.img ||
|
||||
'https://ts4.cn.mm.bing.net/th?id=OIP-C.loXEDwoMcxdPH4Ka75v3qgHaFU&w=294&h=211&c=8&rs=1&qlt=90&o=6&pid=3.1&rm=2'
|
||||
'https://tse2-mm.cn.bing.net/th/id/OIP-C.74NfMybvAFf0IxWZBMN1vgHaFM?w=253&h=180&c=7&r=0&o=5&pid=1.7'
|
||||
"
|
||||
alt=""
|
||||
/>
|
||||
|
@ -195,7 +200,7 @@
|
|||
style="width: 100%; height: 100%; border-radius: 5px"
|
||||
:src="
|
||||
showdata.img ||
|
||||
'https://ts4.cn.mm.bing.net/th?id=OIP-C.loXEDwoMcxdPH4Ka75v3qgHaFU&w=294&h=211&c=8&rs=1&qlt=90&o=6&pid=3.1&rm=2'
|
||||
'https://tse2-mm.cn.bing.net/th/id/OIP-C.74NfMybvAFf0IxWZBMN1vgHaFM?w=253&h=180&c=7&r=0&o=5&pid=1.7'
|
||||
"
|
||||
alt=""
|
||||
/>
|
||||
|
@ -254,10 +259,11 @@ import img18 from "@/assets/home/wdwz.png";
|
|||
import img19 from "@/assets/home/xzwz.png";
|
||||
const anchors = [
|
||||
Math.round(0.3 * window.innerHeight),
|
||||
Math.round(0.6 * window.innerHeight),
|
||||
Math.round(0.5 * window.innerHeight),
|
||||
Math.round(0.8 * window.innerHeight),
|
||||
Math.round(1 * window.innerHeight),
|
||||
];
|
||||
const height = ref(anchors[0]);
|
||||
const height = ref(anchors[1]);
|
||||
const count = ref(0);
|
||||
var map = null;
|
||||
var control = null;
|
||||
|
@ -676,8 +682,8 @@ const getlists = () => {
|
|||
|
||||
.card {
|
||||
width: 100%;
|
||||
height: calc(100% - 132px);
|
||||
overflow: auto;
|
||||
// z-index: 9999;
|
||||
padding-bottom: 80px;
|
||||
|
||||
.card ::-webkit-scrollbar {
|
||||
|
|
Loading…
Reference in New Issue