- <view class="ppy-bg">
- <view class="ppy_top">
- <view wx:for="{{list[dataIndex].peripherytabs}}" data-index="{{index}}" style="{{peripherytabsindex == index ? 'background-color: #00A4FF;' : ''}}" bindtap="peripherytabEvent" class="ppy_item">{{item.label}}</view>
- </view>
- <view class="ppy-body">
- <view wx:for="{{list[dataIndex].surroundingFacilities}}" class="ppy-body-item" wx:if="{{item.type == list[dataIndex].peripherytabs[peripherytabsindex].label}}">
- <!-- <view style="width: 50rpx;height: 50rpx; display: flex; align-items: center;justify-content: center;">
- <image style="display: block; width: 30rpx; height: 30rpx;" src="{{imgPath}}/other/ohter3.png"></image>
- </view> -->
- <view style="width: 100%; text-align: left;margin: 0 15rpx;" bindtap="mapMarkerEvent" data-id="{{item.id}}">{{item.name}}</view>
- <!-- <view style="width: 35%; text-align: right;">直线{{item.distanc}}km</view> -->
- </view>
- </view>
- </view>
|