This commit is contained in:
汪汇 2024-01-16 09:55:30 +08:00
parent be954d347d
commit a62d91c43f
1 changed files with 6 additions and 4 deletions

View File

@ -65,7 +65,7 @@
@click="addClickHandls(item)"
:key="index"
>
<img class="imgse" :src="item.img" alt="" />
<img 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'" alt="" />
<div class="bodys">
<div class="bt">{{ item.fu_wu_ti_gong_dan_wei_ming_chen }}</div>
<div class="dz">
@ -112,7 +112,7 @@
<div style="width: 90%; height: 130px; margin: 0 auto">
<img
style="width: 100%; height: 100%; border-radius: 5px"
:src="showdata.tp"
:src="showdata.tp||'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'"
alt=""
/>
</div>
@ -435,6 +435,8 @@ const getlist = (e) => {
.then((res) => {
if (res.code == 200) {
dropdown.rmyy = res.data;
let lest = dropdown.rmyy[0].xiang_xi_di_zhi_jing_wei_du.split(",");
map.centerAndZoom(new T.LngLat(lest[0], lest[1]), 12);
count.value = res.count;
console.log(dropdown.rmyy.length);
console.log(count.value);
@ -582,8 +584,8 @@ const getlists = (e) => {
overflow: auto;
padding-bottom: 80px;
.card ::-webkit-scrollbar {
display: none; /* Chrome Safari */
}
display: none; /* Chrome Safari */
}
.cardlist {
background-color: #fff;