user_group.wxml 660 B

1
  1. <view class="user-group"><tabs vue-id="449992be-1" active="{{active}}" isScroll="{{false}}" data-event-opts="{{[['^change',[['changeShow']]]]}}" bind:change="__e" bind:__l="__l" vue-slots="{{['default']}}"><block wx:for="{{group}}" wx:for-item="item" wx:for-index="index" wx:key="index"><tab vue-id="{{('449992be-2-'+index)+','+('449992be-1')}}" name="{{item.name}}" bind:__l="__l" vue-slots="{{['default']}}"><block wx:if="{{item.isShow}}"><group-list class="vue-ref-in-for" vue-id="{{('449992be-3-'+index)+','+('449992be-2-'+index)}}" groupType="{{item.type}}" data-ref="{{'group'+item.type}}" bind:__l="__l"></group-list></block></tab></block></tabs></view>