1 |
- <view class="high-seas-container"><navbar vue-id="8dd740cc-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="{{('8dd740cc-2')+','+('8dd740cc-1')}}" type="location-filled" size="16" bind:__l="__l"></uni-icons><text class="city-name">{{activeCity.cityName}}</text></view><view class="nav-search" style="{{('height:'+boundingClientRect.height+'px;border-radius:'+boundingClientRect.height+'px;line-height:'+(boundingClientRect.height-2)+'px')}}">搜索房源或项目</view><view class="wx-operation" style="{{('width:'+boundingClientRect.width+'px;height:'+boundingClientRect.height+'px;')}}"></view></view></navbar><mescroll-body vue-id="8dd740cc-3" top="{{$root.m0}}" bottom="20" 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="{{('8dd740cc-4-'+index)+','+('8dd740cc-3')}}" house="{{item}}" bind:__l="__l"></house-item></block></view></mescroll-body></view>
|