You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

1 lines
682 B

<view class="page flex-col"><view class="section_1 flex-col"><view class="group_2 flex-col"><view class="list_1 flex-col" style="justify-content:unset;"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['go1',['$0'],[[['list','',index,'id']]]]]]]}}" class="list-items_1 flex-row" style="margin-bottom:20rpx;" bindtap="__e"><image class="single-avatar_1 flex-col" src="{{item.image}}"></image><view class="text-group_1 flex-col justify-between"><text class="text_4">{{item.name}}</text><text class="text_5">{{item.num}}</text></view><text class="text_6">{{item.title}}</text></view></block></view></view></view></view>