在wx:for后面添加wx:key="key" 可消除警告 

<view wx:for="{{thisWeekMovies}}" wx:for-index="idx" wx:for-item="item"   wx:key="key"  >
    <view class="videos">
      <image src="{{ item.img }}" class="banner"></image>
      <text class="title">{{ item.title }}</text>
      <text>{{ item.content }}</text>
    </view>
  </view>

 

相关文章:

  • 2022-12-23
  • 2021-09-15
  • 2022-12-23
  • 2021-10-11
  • 2021-12-04
  • 2021-10-31
  • 2021-12-20
  • 2022-12-23
猜你喜欢
  • 2021-04-17
  • 2021-07-22
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案