|
@@ -6,7 +6,7 @@
|
|
|
<cover-image class='img' style="width: 36rpx;height: 36rpx;" src="https://qiniu.bms16.com/FrKY7Ex5za22plr39ddIsJcjFVpi" ></cover-image>
|
|
|
<cover-view class="text">车辆位置</cover-view>
|
|
|
</cover-view>
|
|
|
- <googleMap keyId="1" width='100%' :height="height?'258rpx':'140rpx'" v-if="car_info.latitude" :mapData="{type:3}" :myLocation='{
|
|
|
+ <googleMap keyId="1" width='100%' :height="height?'258rpx':'140rpx'" v-if="car_info.latitude" :mapData="{type:3}" :myLocations='{
|
|
|
longitude:car_info.longitude,
|
|
|
latitude:car_info.latitude
|
|
|
}'></googleMap>
|