myHouse.wxml 860 B

1
  1. <view class="my-house-list"><mescroll-body vue-id="43491056-1" top="40" bottom="40" option="{{$root.a0}}" 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="my-house"><custom-waterfalls-flow vue-id="{{('43491056-2')+','+('43491056-1')}}" value="{{list}}" data-event-opts="{{[['^wapperClick',[['clickItem']]],['^imageClick',[['clickItem']]]]}}" bind:wapperClick="__e" bind:imageClick="__e" bind:__l="__l" vue-slots="{{['default']}}"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="item" slot="slot{{index}}"><view class="title">{{item.title}}</view><view class="desc">{{item.desc}}</view></view></block></custom-waterfalls-flow></view></mescroll-body></view>