<block wx:for="{{integral_sum.integral}}"  wx:for-index="idx">
    <view class="lis_cont {{idx%2==0?'':'lis_color'}}">
      <view class='lis_name'>{{item.event}}</view>
      <view class='lis_date'>{{item.time}}</view>
      <view class='lis_number'>
        <text>{{item.num}}</text>个</view>
    </view>
    </block>

 

相关文章:

  • 2022-12-23
  • 2022-01-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-08
猜你喜欢
  • 2021-11-09
  • 2021-12-10
  • 2021-08-10
  • 2022-12-23
  • 2021-07-06
相关资源
相似解决方案