participant.wxml 528 B

1
  1. <view class="participant data-v-0de5b780"><view class="title data-v-0de5b780">{{"已有"+userOrder.length+"人参与"}}</view><view class="content dir-left-wrap data-v-0de5b780"><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="index" wx:key="index"><image class="{{['avatar','data-v-0de5b780',(item.m0)?'margin-right':'']}}" src="{{item.$orig.user.userInfo.avatar}}"></image></block></view><block wx:if="{{userOrder.length>30}}"><view class="no-more data-v-0de5b780">仅显示最近参与30人</view></block></view>