小程序for循环嵌套

时间:2019-02-26 13:48:28   收藏:0   阅读:249

技术图片

<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>

 

 

    
评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!