cinemalist.wxml 1.1 KB

1
  1. <view><van-tabs vue-id="622ff242-1" active="{{active}}" swipe-threshold="{{3}}" animated="{{true}}" sticky="{{true}}" id="tabs" data-com-type="wx" bind:__l="__l" vue-slots="{{['default']}}"><block wx:for="{{$root.l0}}" wx:for-item="dateItem" wx:for-index="dateIndex" wx:key="*this"><van-tab vue-id="{{('622ff242-2-'+dateIndex)+','+('622ff242-1')}}" title="{{dateItem.m0+' '+dateItem.g0}}" data-com-type="wx" bind:__l="__l" vue-slots="{{['default']}}"><load-ske vue-id="{{('622ff242-3-'+dateIndex)+','+('622ff242-2-'+dateIndex)}}" loading="{{cinemaLoading}}" list="{{cinemaList[dateItem.$orig]}}" bind:__l="__l" vue-slots="{{['default']}}"><block wx:for="{{cinemaList[dateItem.$orig]}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['goPage',['/pages/cinema/schedulelist?cinemaId='+item.cinemaId+'&filmId='+filmId]]]]]}}" class="cinema-box" bindtap="__e"><view class="tit"><text>{{item.cinemaName}}</text><text class="text-2">{{item.distance}}</text></view><text class="address">{{item.address}}</text></view></block></load-ske></van-tab></block></van-tabs></view>