小程序for循环嵌套

Posted bingxiaoxiao

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了小程序for循环嵌套相关的知识,希望对你有一定的参考价值。

<view class=\'nocontnt\' wx:if="{{listLength == 0 }}">
  暂无相关评论
</view>
<view class=\'\' wx:elif="{{listLength != 0 }}">
  <view class="evaluateBox" wx:for="{{evaluateList}}" wx:key="*">
    <image src="{{item.head_pic}}" class=\'avatarUrl\'></image>
    <view class=\'evaluateR\'>
      <view class=\'evaluateT\'>
        <text class=\'c-g3\'>{{item.nickname}}</text>
        <text class=\'c-g9\'>{{item.create_time}}</text>
      </view> 
      <view class=\'evaluateCon\'>{{item.info}}</view>  
    //item.img_pic是循环下的 <view class=\'img-evaluate\' wx:if="{{item.img_pic !=0 }}" > <image wx:for = "{{item.img_pic}}" wx:for-item="img_pic" wx:key="img_pic" src=\'{{img_pic}}\'></image> </view> </view> </view> </view>

 

 

    

以上是关于小程序for循环嵌套的主要内容,如果未能解决你的问题,请参考以下文章

小程序 wx:for 循环嵌套

微信小程序——template的循环嵌套

嵌套多个“for”循环

在 Flutter 中使用 for 循环创建嵌套小部件

微信小程序 wxml文件中嵌套循环

小程序-for循环