小鹿骑行
This commit is contained in:
parent
10eff1ab30
commit
9d3e94012e
|
@ -11,7 +11,13 @@
|
|||
<map class='map' id="map" :latitude="latitude" :longitude="longitude" :markers="covers"
|
||||
@markertap="handleMarkerClick" @regionchange="regionchange" :circles="circles" :polygons="polyline" :show-location="true">
|
||||
</map>
|
||||
<view class="lticon"></view>
|
||||
<view class="lticon">
|
||||
<image style="width: 80rpx;height: 80rpx;" @click="toggleIconAndCallout"
|
||||
src="https://api.ccttiot.com/smartmeter/img/static/u6r5tQVe2VO6bvxTLeFT" mode=""></image>
|
||||
<image style="width: 80rpx;height: 80rpx;" src="https://api.ccttiot.com/smartmeter/img/static/ug1ExhYsZmdWWjVvjjuk" @click="btnhuiz" mode=""></image>
|
||||
<image style="width: 80rpx;height: 80rpx;" src="https://api.ccttiot.com/smartmeter/img/static/ucMoHgzqfBeC1lh2vo4Q" @click="btnbz" mode=""></image>
|
||||
<image style="width: 80rpx;height: 80rpx;" src="https://api.ccttiot.com/smartmeter/img/static/uaxzNTZkmyPdh90eae7m" @click="btnkefu" mode=""></image>
|
||||
</view>
|
||||
<!-- 右侧图标 -->
|
||||
<view class="rticon">
|
||||
<image v-if="rtindex != 1" src="https://api.ccttiot.com/smartmeter/img/static/uRtmbcCSrLLZ7hkGFeg2"
|
||||
|
@ -26,10 +32,6 @@
|
|||
@click="btntap(3)" mode=""></image>
|
||||
<image v-if="rtindex == 3" src="https://api.ccttiot.com/smartmeter/img/static/uEWVQFGBf10XJn8aTlaZ"
|
||||
@click="btntap(3)" mode=""></image>
|
||||
<image style="width: 80rpx;height: 80rpx;" @click="toggleIconAndCallout"
|
||||
src="https://api.ccttiot.com/smartmeter/img/static/u6r5tQVe2VO6bvxTLeFT" mode=""></image>
|
||||
<image style="width: 80rpx;height: 80rpx;" src="https://api.ccttiot.com/smartmeter/img/static/ug1ExhYsZmdWWjVvjjuk" @click="btnhuiz" mode=""></image>
|
||||
<image style="width: 80rpx;height: 80rpx;" src="https://api.ccttiot.com/smartmeter/img/static/ucMoHgzqfBeC1lh2vo4Q" @click="btnbz" mode=""></image>
|
||||
</view>
|
||||
<!-- 点击地图门店弹窗 -->
|
||||
<view class="shoptc" v-if="shoptcflag" @click="btnmendain">
|
||||
|
@ -3430,7 +3432,7 @@
|
|||
.rticon {
|
||||
position: fixed;
|
||||
right: 28rpx;
|
||||
top: 170rpx;
|
||||
top: 200rpx;
|
||||
|
||||
image {
|
||||
width: 78rpx;
|
||||
|
@ -3443,7 +3445,7 @@
|
|||
.lticon {
|
||||
position: fixed;
|
||||
left: 28rpx;
|
||||
top: 300rpx;
|
||||
top: 200rpx;
|
||||
|
||||
image {
|
||||
width: 88rpx;
|
||||
|
|
Loading…
Reference in New Issue
Block a user