小程序 wx:for
<view class="group" wx:for="{{groupList}}" wx:for-item="groupItem" wx:for-index="groupIndex" wx:key="groupIndex"> <view class="group-title">组{{groupIndex+1}}</view> <view>11111</view> </view>
<view class="group" wx:for="{{groupList}}" wx:for-item="groupItem" wx:for-index="groupIndex" wx:key="groupIndex"> <view class="group-title">组{{groupIndex+1}}</view> <view>11111</view> </view>