highseas.wxml 1.3 KB

1
  1. <view class="high-seas-container"><navbar vue-id="3d94cf00-1" bind:__l="__l" vue-slots="{{['default']}}"><view class="nav"><view data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" class="nav-city" bindtap="__e"><uni-icons class="city-icon" vue-id="{{('3d94cf00-2')+','+('3d94cf00-1')}}" type="location-filled" size="16" bind:__l="__l"></uni-icons><text class="city-name">{{activeCity.cityName}}</text></view><view data-event-opts="{{[['tap',[['$navigateTo',['/pages/search/search']]]]]}}" class="nav-search" style="{{('height:'+boundingClientRect.height+'px;border-radius:'+boundingClientRect.height+'px;line-height:'+(boundingClientRect.height-2)+'px')}}" bindtap="__e">搜索房源或项目</view><view class="wx-operation" style="{{('width:'+boundingClientRect.width+'px;height:'+boundingClientRect.height+'px;')}}"></view></view></navbar><mescroll-body vue-id="3d94cf00-3" top="{{$root.m0}}" bottom="20" down="{{({auto:false})}}" data-event-opts="{{[['^init',[['mescrollInit']]],['^down',[['downCallback']]],['^up',[['upCallback']]]]}}" bind:init="__e" bind:down="__e" bind:up="__e" bind:__l="__l" vue-slots="{{['default']}}"><view class="house-list"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="id"><house-item vue-id="{{('3d94cf00-4-'+index)+','+('3d94cf00-3')}}" house="{{item}}" bind:__l="__l"></house-item></block></view></mescroll-body></view>