小程序多重遍历==小程序遍历数组中的数组

小程序多重遍历==小程序遍历数组中的数组

代码:  遍历 modelList 数组套数组

<view class=‘modelitem‘ wx:for="{{modelList}}" data-order=‘{{item.name}}‘ wx:key>
            <view class=‘modelitemTitle‘ bindtap=‘modelitemTitle‘ data-index="{{index}}">{{item.name}}</view>
            <block wx:if="{{item.shows}}">
              <view class=‘modelitem_item‘ bindtap=‘modelitem_item‘ data-name=‘{{itemTwo.name}}‘ data-model=‘{{itemTwo.id}}‘ wx:for="{{item.shopTruckModelEntityList}}" wx:key wx:for-item="itemTwo">
                {{itemTwo.name}}
              </view>
            </block>
          </view>

 

小程序多重遍历==小程序遍历数组中的数组

上一篇:喜大普奔 | 微信小程序支持PC端打开了


下一篇:小程序hideTarBar隐藏TabBar后,获取windowHeight不准确问题