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