index.wxml 455 B

1
  1. <view><image class="banner" src="../../static/index/banner.png"></image><view class="map _div"><block wx:for="{{mapList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['jumpPage',['$0'],[[['mapList','',index,'path']]]]]]]}}" class="mapdom _div" style="float:left;" bindtap="__e"><image class="mapIcon _img" src="{{item.url}}"></image><view class="maptxt _div">{{item.label}}</view></view></block></view></view>