|
@@ -19,6 +19,11 @@
|
|
|
<text style='color:#969696;'>{{textData.slowCharg==null?0:textData.slowCharg}}</text>
|
|
|
</view>
|
|
|
<map class="map" id="map" longitude="{{longitude}}" latitude="{{latitude}}" scale="16" show-location="true" markers="{{markers}}" bindmarkertap="makertap" bindregionchange="mapchange" polygon="{{polygon}}">
|
|
|
+ <view class='map_distance'>
|
|
|
+ <picker class="picker" bindchange="bindDistanceinfoChange" value="{{distanceinfoindex}}" range-key="text" range="{{distanceinfo}}">
|
|
|
+ <text>距离{{distanceinfo[distanceinfoindex].text}}</text>
|
|
|
+ </picker>
|
|
|
+ </view>
|
|
|
<cover-view class='map_location' bindtap='click_location_control' hover-class='map_location_hover'>
|
|
|
<cover-image class='circle1' src='/images/circle1.png'></cover-image>
|
|
|
</cover-view>
|