|
@@ -4,10 +4,13 @@
|
|
<image src='/images/search.png'></image>
|
|
<image src='/images/search.png'></image>
|
|
<text>{{keywords}}</text>
|
|
<text>{{keywords}}</text>
|
|
</view>
|
|
</view>
|
|
|
|
+ <view class='city_select' bindtap="howtouse">使用说明</view>
|
|
|
|
+ <view class='city_select' style="width: 50rpx;"> </view>
|
|
<view style="display: none;" class='city_select'>{{city==null?'北京市':city}}</view>
|
|
<view style="display: none;" class='city_select'>{{city==null?'北京市':city}}</view>
|
|
<view style="display: none;" class='down'>
|
|
<view style="display: none;" class='down'>
|
|
<image src='/images/down.png'></image>
|
|
<image src='/images/down.png'></image>
|
|
</view>
|
|
</view>
|
|
|
|
+ <view style="display: none;" class='howtouse' bindtap="howtouse">使用说明</view>
|
|
</view>
|
|
</view>
|
|
<view class="{{textData.name?'map_container':'map_container_big'}}">
|
|
<view class="{{textData.name?'map_container':'map_container_big'}}">
|
|
<view wx:if="{{textData}}" class='map_textdata_fast'>
|
|
<view wx:if="{{textData}}" class='map_textdata_fast'>
|