Mini program loop double array rendering

Don't say much, just go to the code

 <view wx:for="{
     
     {order_Item}}" wx:key='*this'>
          <view wx:for="{
     
     {item}}" wx:for-item="item" wx:key='*this'>
          {
   
   {item}
 </view>
          </view>

Guess you like

Origin blog.csdn.net/wsxDream/article/details/114112710