This commit is contained in:
parent
c8c8f92780
commit
edc3432574
|
@ -75,11 +75,11 @@
|
|||
</div>
|
||||
<div class="bq">
|
||||
<van-tag
|
||||
v-for="(item, index) in item.tag"
|
||||
v-for="(items, index) in item.tag"
|
||||
:key="index"
|
||||
plain
|
||||
type="primary"
|
||||
>{{ item }}</van-tag
|
||||
>{{ items }}</van-tag
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -293,6 +293,7 @@ const init = () => {
|
|||
|
||||
const yxfwxz = (e) => {
|
||||
list.index = e.id;
|
||||
// map.clearOverLays();
|
||||
};
|
||||
const touchmove = (event) => {
|
||||
if (
|
||||
|
@ -317,6 +318,7 @@ const yxf = () => {
|
|||
map.addOverLay(LngLats);
|
||||
});
|
||||
};
|
||||
|
||||
onMounted(() => {
|
||||
init();
|
||||
});
|
||||
|
@ -500,6 +502,6 @@ onMounted(() => {
|
|||
color: #cacaca;
|
||||
}
|
||||
:deep(.van-search) {
|
||||
padding:0px 12px 10px;
|
||||
padding: 0px 12px 10px;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue