|
@@ -22,7 +22,8 @@
|
|
|
<view class="right-map" id="right-map">
|
|
|
<map id="map" longitude="{{longitude}}" latitude="{{latitude}}" scale="14" show-location="true" markers="{{markers}}" bindmarkertap="makertap" class="map"></map>
|
|
|
</view>
|
|
|
- <view wx:if="{{false}}">
|
|
|
+
|
|
|
+ <view wx:if="{{showTraffic}}">
|
|
|
<view class="right-search" style="position: absolute; left: 22rpx; top: 257px; width: 708rpx; height: 300rpx; display: block; box-sizing: border-box; padding-top: 10rpx;">
|
|
|
<t-tabs defaultValue="{{0}}" theme="tag" style="height: 292rpx; ">
|
|
|
<t-tab-panel label="公交" value="0" style=" height: 180rpx; ">
|
|
@@ -33,6 +34,7 @@
|
|
|
</t-tab-panel>
|
|
|
</t-tabs>
|
|
|
</view>
|
|
|
+
|
|
|
<view class="left-map">
|
|
|
<view class="bttom-tab show-first">
|
|
|
<t-grid wx:for="{{type}}" wx:index="{{index}}" wx:for-item="typeitem" wx:key="index" class="block">
|
|
@@ -46,7 +48,7 @@
|
|
|
<view class="wrap_result">
|
|
|
<view class="title-second" style="border-radius: 30rpx; position: absolute; left: 22rpx; top: 330px; width: 708rpx; height: 120rpx;">
|
|
|
<text style="font-size: 16px;font-weight: 400;color: #2775CC;">搜索结果</text>
|
|
|
- <button type="button" class="back_btn">返回</button>
|
|
|
+ <button type="button" class="back_btn" bindtap="searchResultBack">返回</button>
|
|
|
</view>
|
|
|
<view class="pad_box">
|
|
|
<include wx:if="{{fasle}}" src="./item"></include>
|
|
@@ -70,4 +72,4 @@
|
|
|
</scroll-view>
|
|
|
</view>
|
|
|
</view>
|
|
|
-</view>
|
|
|
+</view>
|