This commit is contained in:
tx 2024-08-30 18:03:00 +08:00
parent 2e75ce3ae3
commit 6ece00b083

View File

@ -23,7 +23,10 @@
:circles="circles" :show-location="true" :markers="markers" :polygons="polyline" @markertap="onMarkerTap" :circles="circles" :show-location="true" :markers="markers" :polygons="polyline" @markertap="onMarkerTap"
@regionchange="onMapRegionChange"> @regionchange="onMapRegionChange">
<view class="center-marker"> <view class="center-marker">
<image src="https://lxnapi.ccttiot.com/bike/img/static/uO9cDa2dktAz9uyiG6ZN" style="width: 514rpx; height: 210rpx;" /> <!-- https://lxnapi.ccttiot.com/bike/img/static/uZdgdHaduvMTKOpMKYxZ -->
<image src="https://lxnapi.ccttiot.com/bike/img/static/uZdgdHaduvMTKOpMKYxZ" style="width: 42rpx; height: 78rpx;" v-if="showdevList" />
<!-- <image src="https://lxnapi.ccttiot.com/bike/img/static/uAwnNprackI9p9dXFg8C" style="width: 80rpx; height: 80rpx;" /> -->
</view> </view>
</map> </map>
<view class="park" @click="toggleIconAndCallout"> <view class="park" @click="toggleIconAndCallout">
@ -1133,7 +1136,7 @@
position: absolute; position: absolute;
top: 50%; top: 50%;
left: 50%; left: 50%;
transform: translate(-50%, -100%); /* 定位在中心点上方 */ transform: translate(-50%, -80%); /* 定位在中心点上方 */
pointer-events: none; /* 使其不可点击 */ pointer-events: none; /* 使其不可点击 */
} }
.fixdivce { .fixdivce {